AdrienKuhn/hackazon/master/web/amf_back_office/.htaccess - Htaccess File

AdrienKuhn/hackazon/master/web/amf_back_office/.htaccess

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php?$0 [PT,L,QSA]

<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache