Skip to content

Commit

Permalink
.htacess update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeev Papnoi committed Feb 3, 2020
1 parent 3bce868 commit cb2cbda
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
@@ -1,7 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ./index.php?/$1 [QSA,L]
RewriteRule ^(.*)$ ./index.php/$1 [QSA,L]
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
</IfModule>

0 comments on commit cb2cbda

Please sign in to comment.