Barbus/yii/master/qarea/.htaccess - Htaccess File

Barbus/yii/master/qarea/.htaccess

Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
 
# если директория или файл существуют, используем их
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
 
# в противном случае перенаправляем запрос через index.php
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache