Merge remote-tracking branch 'origin/master'

This commit is contained in:
xurongyao 2018-09-15 10:12:40 +08:00
commit 192816882c

10
.htaccess Normal file
View File

@ -0,0 +1,10 @@
RewriteEngine
on
#不显示index.php
RewriteCond %{REQUEST_FILENAME}
!-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1
[QSA,PT,L]