Lindal1/fm-yii2/master/frontend/web/.htaccess - Htaccess File

Lindal1/fm-yii2/master/frontend/web/.htaccess

AddDefaultCharset utf-8
RewriteEngine on

RewriteRule ^icon.ico$ icon.ico [L]
RewriteCond %{REQUEST_URI} !/(map|design|sites|images|assets|css|js|html|files|templates)/
RewriteRule ^(.*)$ index.php

DirectoryIndex index.html
php_value date.timezone Europe/Moscow
Order Allow,Deny
Allow from all

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache