phpManufaktur/SyncData2/master/.htaccess - Htaccess File

phpManufaktur/SyncData2/master/.htaccess

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache