Skip to content

Commit

Permalink
Removes silly auth handling - we are not on dreamhost anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Aug 21, 2016
1 parent 299cb91 commit 5d3b89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L]
RewriteRule ^(.*)$ index.php [QSA,L]

0 comments on commit 5d3b89d

Please sign in to comment.