Skip to content

Commit

Permalink
Update for server compatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolutionPHP committed Mar 8, 2021
1 parent 560e49a commit fd5b5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# request to the front controller, index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([\s\S]*)$ index.php/$1 [L,NC,QSA]
RewriteRule ^([\s\S]*)$ index.php/$1 [L]

# Ensure Authorization header is passed along
RewriteCond %{HTTP:Authorization} .
Expand Down

0 comments on commit fd5b5bd

Please sign in to comment.