ram0973/yii2adv/master/public_html/admin/.htaccess - Htaccess File

ram0973/yii2adv/master/public_html/admin/.htaccess

Options +FollowSymLinks
Options -Indexes

IndexIgnore */*
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