hilarybarr/SymfonyLibrary1/master/app/.htaccess - Htaccess File

hilarybarr/SymfonyLibrary1/master/app/.htaccess

<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
</IfModule>
<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin *
    Header set Access-Control-Allow-Credentials true
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache