We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c693810 + 1be1330 commit 431aaf2Copy full SHA for 431aaf2
1 file changed
public/.htaccess
@@ -4,5 +4,5 @@
4
5
RewriteCond %{REQUEST_FILENAME} !-d
6
RewriteCond %{REQUEST_FILENAME} !-f
7
- RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
+ RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
8
</IfModule>
0 commit comments