Skip to content

Commit 8551f02

Browse files
committed
增加htaccess文件
1 parent 6438f1f commit 8551f02

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.htaccess

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<IfModule mod_rewrite.c>
2+
Options +FollowSymlinks
3+
RewriteEngine On
4+
5+
RewriteCond %{REQUEST_FILENAME} !-d
6+
RewriteCond %{REQUEST_FILENAME} !-f
7+
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
8+
</IfModule>

0 commit comments

Comments
 (0)