02-09-2012, 03:51 PM
[eluser]Unknown[/eluser]
Hello,
Hope this is the correct forum ...
I have a CI site up and running (let's call it domain.co.uk). I've set up a non-CI site in an addon domain (let's call it addon.co.uk) with the same hosting account, which is in public_html/addon.co.uk
I set up the addon domain via cPanel, and the .htaccess in public_html/ is as follows:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|js|pdf|styles|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
The problem is a 500 server error when visiting addon.co.uk. Any idea on how to solve it? I've looked at other similar cases but the setup is usually slightly different ...
Thank you.
Hello,
Hope this is the correct forum ...
I have a CI site up and running (let's call it domain.co.uk). I've set up a non-CI site in an addon domain (let's call it addon.co.uk) with the same hosting account, which is in public_html/addon.co.uk
I set up the addon domain via cPanel, and the .htaccess in public_html/ is as follows:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|js|pdf|styles|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
The problem is a 500 server error when visiting addon.co.uk. Any idea on how to solve it? I've looked at other similar cases but the setup is usually slightly different ...
Thank you.