lanthaler/GitSynchronizerApp/master/web/.htaccess - Htaccess File

lanthaler/GitSynchronizerApp/master/web/.htaccess

# If you use Apache 2.2.16 or higher, you can use the FallbackResource directive
FallbackResource /index.php

# Otherwise you need to use mod_rewrite. Just uncomment the following lines
# <IfModule mod_rewrite.c>
#     Options -MultiViews
#
#     RewriteEngine On
#     #RewriteBase /path/to/app
#     RewriteCond %{REQUEST_FILENAME} !-f
#     RewriteRule ^ index.php [L]
# </IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache