kitcatalogue/Kit-Catalogue/master/.htaccess - Htaccess File

kitcatalogue/Kit-Catalogue/master/.htaccess

# Redirect all requests for non-existent files/folders to index.php 
RewriteEngine On

RewriteRule ^.*?.phtml$ forbidden [F,L]

RewriteRule ^Shibboleth.sso(/|$) - [L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]

php_flag magic_quotes_gpc off

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache