I’m getting Internal Server Error when I switched over App folder with a new App folder from another server. I have reconfigured the database credentials but it’s still not working.
Do you have any idea what this is for?
The site is ldr.com.au
Below is what I have in .htaccess of app folder:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
Thank you.
See this for more information:
http://book.cakephp.org/view/917/Apache-and-mod_rewrite-and-htaccess
I’m not understanding your problem, but I think you will find your answer up there.