Jamp/sgas/master/.htaccess - Htaccess File

Jamp/sgas/master/.htaccess

DirectoryIndex index.php
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule  ^$ default/public/    [L]
    RewriteRule  (.*) default/public/$1 [L]
</IfModule>
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache