Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit b46c01a

Browse files
committed
removed QSA flag that is not needed
1 parent 7da3383 commit b46c01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
# rewrite requests to non-existent files to front controller
1212
RewriteCond %{REQUEST_FILENAME} !-f
13-
RewriteRule ^(.*)$ app.php [QSA,END]
13+
RewriteRule ^(.*)$ app.php [END]
1414
</IfModule>

0 commit comments

Comments
 (0)