SteveBidenko/landmark-yii/master/web/.htaccess
AddDefaultCharset UTF-8
Options +FollowSymLinks
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule .* index.php [NC,QSA,L]
</IfModule>
Files
