bswiatek/Symfony2-training/master/app/.htaccess - Htaccess File

bswiatek/Symfony2-training/master/app/.htaccess

<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
</IfModule>

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^(.*)$ app.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache