源码论坛新源代

 找回密码
 立即加入

QQ登录

只需一步,快速开始



香港云VPS只要28/月新源代香港VPS 站长建站必备文字广告30/月 Q 380559645
查看: 512|回复: 1
收起左侧

自适应各终端懒人网址导航源码v1.6

[复制链接]
  • TA的每日心情

    10 小时前
  • 签到天数: 1221 天

    连续签到: 4 天

    [LV.10]以坛为家III

    小黄牛 发表于 2020-11-14 16:53:55 | 显示全部楼层 |阅读模式

    马上注册,下载更多源码!

    您需要 登录 才可以下载或查看,没有账号?立即加入

    x
    源码介绍:

    环境: php5.5左右吧+mysql

    先导入数据库文件db/db.sql

    再修改config.php数据库配置

    然后服务器设置好伪静态规则

    访问网站OK


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

    3. rewrite ^/about.html$ /about.php;
    4. rewrite ^/search.html$ /search.php;
    5. rewrite ^/apply.html$ /apply.php;
    6. rewrite ^/404.html$ /404.php;
    7. rewrite ^/sort([1-9]+[0-9]*).html$ /sort.php?id=$1;

    8. rewrite ^/sort([a-zA-Z]+).html$ /sort.php?alias=$1;
    9. rewrite ^/site-([1-9]+[0-9]*).html$ /site.php?id=$1;

    10. Apache的伪静态规则
    11. RewriteEngine On
    12. rewritebase /
    13. RewriteRule ^index.\html /index\.php [L,NC]
    14. RewriteRule ^about\.html about\.php [L,NC]
    15. RewriteRule ^search\.html search\.php [L,NC]
    16. RewriteRule ^apply\.html apply\.php [L,NC]
    17. RewriteRule ^404\.html 404\.php [L,NC]
    18. RewriteRule ^sort([0-9]+)\.html sort\.php?id=$1 [L,NC]
    19. RewriteRule ^sort([a-zA-Z]+)\.html sort\.php?alias=$1 [L,NC]
    20. RewriteRule ^site-([0-9]+)\.html site\.php?id=$1 [L,NC]
    复制代码


    00m800dpm.jpg

    请点击此处下载

    查看状态:需购买或无权限

    您的用户组是:游客


  • TA的每日心情

    2024-3-30 22:49
  • 签到天数: 14 天

    连续签到: 1 天

    [LV.3]偶尔看看II

    zy13672595071 发表于 2024-1-31 11:38:36 | 显示全部楼层
    谢谢老板的源码!!!!
    您需要登录后才可以回帖 登录 | 立即加入

    本版积分规则

    QQ|小黑屋|手机版|注册|源码论坛 |网站地图

    GMT+8, 2024-4-25 20:32 , Processed in 0.218750 second(s), 28 queries .

    Powered by Discuz!

    © 2001-2023 新源代源码论坛 XYDAI.CN

    快速回复 返回顶部 返回列表