Shakup/silex-boilerplate/master/public/.htaccess
# Set environment. Values: local|development|production
SetEnv ENVIRONMENT local
# Redirect incoming URLs to index.php
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>
Files
