Robinwist/UXDTalentenTest/master/admin/.htaccess - Htaccess File

Robinwist/UXDTalentenTest/master/admin/.htaccess

RewriteEngine On
RewriteBase /admin/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

# Php strips out the authorization header.
RewriteCond %{HTTP:Authorization} ^(.*)$ [NC]
RewriteRule .* - [E=HTTP_AUTHORIZATION:%1]

Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Headers "Authorization, Content-Type"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache