phpManufaktur/kitFramework/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache