freelook00/yii2app1/master/.htaccess - Htaccess File

freelook00/yii2app1/master/.htaccess

RewriteEngine on
 
# Если файл или каталог не существует, идём к /web/index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache