Skip to content

Commit 8973a61

Browse files
committed
Update .htaccess
make it work
1 parent adcc3f5 commit 8973a61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/.htaccess

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
RewriteEngine on
2+
RewriteBase /
3+
RewriteCond %{REQUEST_FILENAME} !-f
4+
RewriteCond %{REQUEST_FILENAME} !-d
25
RewriteCond $1 !^(index\.php)
3-
RewriteRule ^(.*)$ index.php/$1 [L]
6+
RewriteRule ^(.*)$ index.php?/$1 [L]

0 commit comments

Comments
 (0)