Skip to content

Commit 0b3fe9b

Browse files
committed
Merge branch '4.x' into 5.x
2 parents 642e66e + d9d7f51 commit 0b3fe9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<IfModule mod_rewrite.c>
22
RewriteEngine On
33

4-
# Send would-be 404 requests to Craft
4+
# Route 404s to index.php
55
RewriteCond %{REQUEST_FILENAME} !-f
66
RewriteCond %{REQUEST_FILENAME} !-d
77
RewriteCond %{REQUEST_URI} !^/(favicon\.ico|apple-touch-icon.*\.png)$ [NC]
8-
RewriteRule (.+) index.php?p=$1 [QSA,L]
8+
RewriteRule (.+) index.php [L]
99
</IfModule>

0 commit comments

Comments
 (0)