We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 642e66e + d9d7f51 commit 0b3fe9bCopy full SHA for 0b3fe9b
web/.htaccess
@@ -1,9 +1,9 @@
1
<IfModule mod_rewrite.c>
2
RewriteEngine On
3
4
- # Send would-be 404 requests to Craft
+ # Route 404s to index.php
5
RewriteCond %{REQUEST_FILENAME} !-f
6
RewriteCond %{REQUEST_FILENAME} !-d
7
RewriteCond %{REQUEST_URI} !^/(favicon\.ico|apple-touch-icon.*\.png)$ [NC]
8
- RewriteRule (.+) index.php?p=$1 [QSA,L]
+ RewriteRule (.+) index.php [L]
9
</IfModule>
0 commit comments