inblank/yii2tpl/master/public_html/admin/.htaccess - Htaccess File

inblank/yii2tpl/master/public_html/admin/.htaccess

RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*.(png|jpg|jpeg|gif|ico|swf|css|js|pdf|mp3)$

RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache