Answer the question
In order to leave comments, you need to log in
URL conversion
Hello. Faced a problem. There is a .htaccess file with the following content (not written by me):
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} /$ [NC]
RewriteRule ^(.*)(/)$ $1 [L,R=301]
RewriteRule ^.*$ index.php [L]
Answer the question
In order to leave comments, you need to log in
Add
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
before
RewriteCond %{REQUEST_URI} /$ [NC]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question