1 Star 0 Fork 172

maccarty / 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>
PHP
1
https://gitee.com/maccarty-dw/xiunobbs.git
git@gitee.com:maccarty-dw/xiunobbs.git
maccarty-dw
xiunobbs
xiunobbs
master

搜索帮助