Skip to content

Commit 325bf42

Browse files
committed
Promoting REQUEST_URI default usage for Apache.
1 parent c071801 commit 325bf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webroot/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
RewriteCond %{REQUEST_FILENAME} !-d
44
RewriteCond %{REQUEST_FILENAME} !-f
55
RewriteCond %{REQUEST_FILENAME} !favicon.ico$
6-
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
6+
RewriteRule ^ index.php [QSA,L]
77
</IfModule>

0 commit comments

Comments
 (0)