Answer the question
In order to leave comments, you need to log in
What do these .htaccess file Rewrite module constructs say?
.htaccess file
1. RewriteEngine On
2. RewriteCond %{REQUEST_FILENAME} -s [OR]
3. RewriteCond %{REQUEST_FILENAME} -l [OR]
4. RewriteCond %{REQUEST_FILENAME} -d
5. RewriteRule ^.*$ - [L]
6. RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$
7. RewriteRule ^(.*) - [E=BASE:%1]
8. RewriteRule ^(.*)$ %{ENV:BASE}/index.php [L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question