phpManufaktur/kitFramework/master/.htaccess
# if your server is running Apache >= 2.2.16 you can use: # # FallbackResource /kit2/bootstrap.php # # instead of the following block! (http://yals.de/15XHIiv) <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase /kit2 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ bootstrap.php [QSA,L] </IfModule>