Skip to content

Commit 431aaf2

Browse files
laterzZhao-github
authored andcommitted
!14 避免 url rewrite 不启作用,参考最新tp5.0手册
Merge pull request !14 from latera/master
2 parents c693810 + 1be1330 commit 431aaf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
RewriteCond %{REQUEST_FILENAME} !-d
66
RewriteCond %{REQUEST_FILENAME} !-f
7-
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
7+
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
88
</IfModule>

0 commit comments

Comments
 (0)