1 Star 0 Fork 169

火鱼/xiunobbs

forked from xiuno/xiunobbs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.htaccess 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiuno 提交于 2018-03-02 22:04 . Apache 2.4 rewrite
<IfModule mod_rewrite.c>
RewriteEngine on
# Apache 2.4
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*?)([^/]*)$ $1index.php?$2 [QSA,PT,L]
# Apache other
#RewriteRule ^(.*?)([^/]*)\.htm(.*)$ $1/index.php?$2.htm$3 [L]
</IfModule>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hezhaoyu/xiunobbs.git
git@gitee.com:hezhaoyu/xiunobbs.git
hezhaoyu
xiunobbs
xiunobbs
master

搜索帮助