• 宅男导航源码整站打包分享源码介绍
  • 免责需知

    ① 本站所有资源均来源于网络收集,一切版权©归原作者所有,请保留原版权信息。
    ② 不排除源码存在BUG,残缺或加密的可能,请三思后再买,否则购买后一率不能退款;
    ③ 源码仅供参考与学习,不确保能正常演示,也不包含其中的技术服务。
    ④ 本站分享仅供参考学习和演示,禁止商用,如需商用,请从正规渠道选择购买正版!使用正版!支持正版!维护一个良好的知识产权环境。
    ⑤ 如发现链接失效或者密码有误,请联系客服。
    ⑥ 如果付款后下载不了,请提联系客服,24小时内解决,如果解决不了,会为您退款。
    ⑦ 侵权反馈邮箱:2413035560@qq.com

    安装说明:

    宝塔Nginx -Tengine2.2.3的PHP5.6 + MySQL5.6.44
    先导入数据库文件.sql
    再修改config.php数据库配置
    然后服务器设置好伪静态规则
    访问网站OK
    后台是:你的域名/admin/login.php 账号:admin 密码:123456



    Nginx伪静态规则
    rewrite ^/index.html$ /index.php;
    rewrite ^/about.html$ /about.php;
    rewrite ^/search.html$ /search.php;
    rewrite ^/ranking.html$ /ranking.php;
    rewrite ^/wz.html$ /wzall.php;
    rewrite ^/apply.html$ /apply.php;
    rewrite ^/404.html$ /404.php;
    rewrite ^/sort([1-9]+[0-9]*).html$ /sort.php?id=$1;
    rewrite ^/sort([a-zA-Z]+).html$ /sort.php?alias=$1;
    rewrite ^/site_([1-9]+[0-9]*).html$ /site.php?id=$1;
    rewrite ^/wz([1-9]+[0-9]*).html$ /wz.php?id=$1;
    rewrite ^/wzshow_([1-9]+[0-9]*).html$ /wzshow.php?id=$1;

    Apache伪静态规则
    RewriteEngine On
    rewritebase /
    RewriteRule ^index.html /index.php [L,NC]
    RewriteRule ^about.html about.php [L,NC]
    RewriteRule ^search.html search.php [L,NC]
    RewriteRule ^ranking.html ranking.php [L,NC]
    RewriteRule ^wz.html wzall.php [L,NC]
    RewriteRule ^apply.html apply.php [L,NC]
    RewriteRule ^404.html 404.php [L,NC]
    RewriteRule ^sort([0-9]+).html sort.php?id=$1 [L,NC]
    RewriteRule ^sort([a-zA-Z]+).html sort.php?alias=$1 [L,NC]
    RewriteRule ^site_([0-9]+).html site.php?id=$1 [L,NC]
    RewriteRule ^wz([0-9]+).html wz.php?id=$1 [L,NC]
    RewriteRule ^wzshow_([0-9]+).html wzshow.php?id=$1 [L,NC]

    ① 本网站名称及网址:分享源码网 | ShareCode.SITE。
    ② 本网站资源来源于网络收集,如有侵权,请联系站长进行删除处理。
    ③ 分享目的仅供大家学习和交流,请不要用于商业用途,否则后果自负。
    ④ 如果你也有好源码或者教程,可以联系小编,有钻石奖励和额外收入。
    ⑤ 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解。
    ⑥ 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需。
    ⑦ 本站资源大多存储在云盘,如发现链接失效请反馈我们会第一时间更新。

    分享源码网 » 宅男导航源码整站打包分享源码

    提供优质的资源集合

    加入VIP 还没有注册会员?
    资源总数2890
    注册用户3207
    本周更新6
    今日更新0