12 Star 26 Fork 6

strwei / simpleforum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 201 Bytes
一键复制 编辑 原始数据 按行查看 历史
strwei 提交于 2020-05-18 12:47 . v1.14
<Files *>
Options -Indexes
</Files>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
1
https://gitee.com/strwei/simpleforum.git
git@gitee.com:strwei/simpleforum.git
strwei
simpleforum
simpleforum
master

搜索帮助