kirinami/silex/master/web/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache