Skip to content

Commit 79e5b92

Browse files
committed
Merge branch 'master' of github.com:Strident/TridentStandard
2 parents 28a4160 + 6fea967 commit 79e5b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ php_flag opcache.enable Off
55
<IfModule mod_rewrite.c>
66
RewriteEngine On
77
RewriteCond %{REQUEST_FILENAME} !-f
8-
RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]
8+
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
99
</IfModule>
1010

1111
<IfModule mod_headers.c>

0 commit comments

Comments
 (0)