We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcc3f5 commit 8973a61Copy full SHA for 8973a61
src/.htaccess
@@ -1,3 +1,6 @@
1
RewriteEngine on
2
+RewriteBase /
3
+RewriteCond %{REQUEST_FILENAME} !-f
4
+RewriteCond %{REQUEST_FILENAME} !-d
5
RewriteCond $1 !^(index\.php)
-RewriteRule ^(.*)$ index.php/$1 [L]
6
+RewriteRule ^(.*)$ index.php?/$1 [L]
0 commit comments