PLoginoff/pointsmap/master/web/.htaccess - Htaccess File

PLoginoff/pointsmap/master/web/.htaccess

# http://stackoverflow.com/questions/20591204/configure-htaccess-to-work-on-a-php-framework-silex

# Options -MultiViews

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

RewriteCond %{THE_REQUEST} ^(GET|HEAD) /web/
RewriteRule ^(.*)$ /$1 [L,R=301]

On Github License

Files

Download PDF of Htaccess file
GET, REQUEST_FILENAME, THE_REQUEST

Comments

Apache