GlamCat/fifa/master/.htaccess - Htaccess File

GlamCat/fifa/master/.htaccess

RewriteEngine On

# Include Authorization header in a request
#RewriteCond %{HTTP:Authorization} ^(.+)$
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# remove trailing slashes
RewriteRule ^(.*)/$ $1 [R=301,L]

# take everything from public folder
RewriteRule ^(.*)$ public/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache