nandor/kit/master/.htaccess - Htaccess File

nandor/kit/master/.htaccess

#
# Route all requests to index.php
#   

RewriteEngine On
RewriteBase /kit/
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(img|script|style|uc)
RewriteRule .* index.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache