We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ac5729 + 431aaf2 commit b6ac968Copy full SHA for b6ac968
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