Problem with .htaccess (loop)
-
Hello, my .htacces is causing a problem:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>It causes a loop, so my page wont open. I want to use the friendly permlinks structure, since I moved to a new provider my htacces is not working well.
Someone can tell me what I should change??
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Problem with .htaccess (loop)’ is closed to new replies.