kirinami/silex/master/web/.htaccess
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]
Order Allow,Deny
Allow from all
<Files ~ ".([^index].php)|.(htaccess|htpasswd|ini|yml|less|twig)">
Deny from all
</Files>
Files
