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]
Files
