5 Star 9 Fork 5

李小凯 / pwhouse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
<IfModule mod_rewrite.c>
RewriteEngine on
# 任何非 index.php、images 和 robots.txt 的 HTTP 请求都被指向 index.php
RewriteCond $1 !^(index\.php|res|themes|attachment|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
#RewriteRule ^(.*)$ /index.php/$1 [L] #根目录
</IfModule>
PHP
1
https://gitee.com/lixiaokai/pwhouse.git
git@gitee.com:lixiaokai/pwhouse.git
lixiaokai
pwhouse
pwhouse
master

搜索帮助