Hello,
I have the following code in my .htaccess file (which works okay on my local server - wamp on win7):
When I move it to unix (cpanel) on some host provider that I have it wont rewrite as expected.Code:RewriteEngine on RewriteCond $1 !^(images|system|js|themes|favicon\.ico|robots\.txt|index\.php) [NC] RewriteRule ^(.*)$ /index.php/$1 [L]
What should I do?
Is there any way to debug it to see whats going on?
What else can I try?
Thanks for help.





EVERYTHING
Another person using MultiViews! WHY? IMHO, your host is smart enough to have disabled that (or left it disabled as I believe that's Apache's default).

Bookmarks