AlexeyManikin/yii_site/master/public_html/.htaccess - Htaccess File

AlexeyManikin/yii_site/master/public_html/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_URI} ^/ru(/)*$ [NC]
RewriteRule (.*) ?zone=ru [L,QSA]

RewriteCond %{REQUEST_URI} ^/su(/)*$ [NC]
RewriteRule (.*) ?zone=su [L,QSA]

RewriteCond %{REQUEST_URI} ^/rf(/)*$ [NC]
RewriteRule (.*) ?zone=rf [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache