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.
1 parent c071801 commit 325bf42Copy full SHA for 325bf42
app/webroot/.htaccess
@@ -3,5 +3,5 @@
3
RewriteCond %{REQUEST_FILENAME} !-d
4
RewriteCond %{REQUEST_FILENAME} !-f
5
RewriteCond %{REQUEST_FILENAME} !favicon.ico$
6
- RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
+ RewriteRule ^ index.php [QSA,L]
7
</IfModule>
0 commit comments