cristianchaparroa/uifi/master/app/.htaccess - Htaccess File

cristianchaparroa/uifi/master/app/.htaccess

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

Header set Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "origin, content-type"
Header always set Access-Control-Allow-Methods "POST, GET, PUT, DELETE, OPTIONS"

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT

Comments

Apache