1 Star 0 Fork 267

谭生 / hisiphp

forked from 橘子俊 / hisiphp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 968 Bytes
一键复制 编辑 原始数据 按行查看 历史
<IfModule mod_rewrite.c>
#Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
# 应用目录
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^app/(.*)$ index.php
# 第三方类库目录
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^vendor/(.*)$ index.php
# 应用运行目录
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^runtime/(.*)$ index.php
# 插件目录
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^plugins/(.*)(.php|.sql)$ index.php
# 安装包目录
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^package/(.*)$ index.php
# 备份目录
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^backup/(.*)$ index.php
# 上传保护文件
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^upload/protect/(.*)$ index.php
</IfModule>
PHP
1
https://gitee.com/TwinsenTT/hisiphp.git
git@gitee.com:TwinsenTT/hisiphp.git
TwinsenTT
hisiphp
hisiphp
master

搜索帮助