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