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]
Files
