S
S
Sergey Kordubin2018-12-20 04:19:40
Apache HTTP Server
Sergey Kordubin, 2018-12-20 04:19:40

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]

If someone is well versed line by line translate into Russian with an explanation of the flags and expressions, please.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question