Init: 初始化TP框架...

This commit is contained in:
2017-10-20 11:50:48 +08:00
parent 4fec742e35
commit b5553b2245
24 changed files with 710 additions and 39 deletions

8
public/.htaccess Normal file
View File

@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>