原牛角源码(修罗bbs)全站程序打包带数据库备份

咔咔猪
2024-03-03 / 0 评论 / 176 阅读

1.jpg
11.jpg

原牛角源码(修罗bbs)全站程序打包带数据库备份,牛角源码全站数据+全站文件、插件打包分享给大家,有兴趣的可以搭建玩玩!conf文件夹中自己配置数据库链接文件,默认管理账号:admin,密码123456 首页登录后就可以进入后台啦!

apache伪静态:

Markup
<IfModule mod_rewrite.c>
        RewriteEngine onng
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule ^(.*?)([^/]*)$ $1index.php?$2[QSA,PT,L]
</IfModule>

nginx伪静态:

Markup
location ~* \.(htm)$ {
        rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
}

下载地址:https://www.alipan.com/s/B51Z11PcHhG

下载地址:https://kkpig.lanzoue.com/ieQyc1q6w24h

0

评论 (0)

取消