PHP网址收录导航系统源码 暂无演示
PHP网址收录导航系统源码手机扫码预览

PHP网址收录导航系统源码

售价:
¥0.1
  • 普通用户购买价格 : 0.1币
  • SVIP会员购买价格 :0币
免费下载
  • 免费咨询
  • 免费安装指导
  • 付费远程安装
  • 免费寻找资源
  • QQ保障售后服务
  • 安装问题应急服务

升级尊贵会员
享受全站VIP待遇

1503+
会员已经加入
  • 文章介绍
  • 评价建议
  • 站长导航系统源码
    测试环境
    宝塔Nginx -Tengine2.2.3的php5.5+mysql
    先导入数据库文件db/db.sql
    再修改config.php数据库配置
    然后服务器设置好伪静态规则
    访问网站OK
    后台是:你的域名/admin/login.php 账号:admin 密码:qqqqqq

    Nginx伪静态规则
    rewrite ^/index.html$ /index.php;

    rewrite ^/about.html$ /about.php;
    rewrite ^/search.html$ /search.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;

    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 ^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]

    20230918 7 PHP网址收录导航系统源码

    乐搜社区是一个提供免费资源下载的优秀网站社区
    乐搜社区 » PHP网址收录导航系统源码
    浙ICP备12044378号-5