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
Files

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