datacodesolutions/symfony/master/web/.htaccess - Htaccess File

datacodesolutions/symfony/master/web/.htaccess

RewriteEngine On

# Keep people out of .git
RedirectMatch 403 ^/(.git|.hg).*$

# Removes index.php
RewriteCond $1 !.(gif|jpe?g|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /app.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache