Zhanat1987/yii2advanced/master/backend/web/.htaccess - Htaccess File

Zhanat1987/yii2advanced/master/backend/web/.htaccess

AddDefaultCharset utf-8
RewriteEngine On
RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule [^/]$ %{REQUEST_URI}/ [L,R]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_METHOD, REQUEST_URI

Comments

Apache