63 Star 166 Fork 56

www.tpframe.com / tpframe

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
.htaccess 304 Bytes
Copy Edit Web IDE Raw Blame History
www.tpframe.com authored 2017-09-16 14:32 . tpframe 1.0
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ index.php/s=$1 [QSA,PT,L]
#非安全线成模式下用 nts
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>
PHP
1
https://gitee.com/37duman/tpframe.git
git@gitee.com:37duman/tpframe.git
37duman
tpframe
tpframe
master

Search