Skip to content

Commit

Permalink
Update .htaccess (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphen13 authored Oct 4, 2023
1 parent d0c0abc commit f3cde2e
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 @@ -3,4 +3,4 @@ RemoveHandler cgi-script .pl .py .cgi
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteRule ^(.*)$ index.php?/$1 "[B= ,L]"

0 comments on commit f3cde2e

Please sign in to comment.