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
Files
