当前位置:网站首页>宝塔搭建PHP自适应懒人网址导航源码实测
宝塔搭建PHP自适应懒人网址导航源码实测
2022-08-02 14:03:00 【web测评】
大家好啊,我是年GieGie,欢迎来到web测评。
本期给大家分享一套自适应各终端懒人网址导航源码。
源码详情
- 自适应各终端懒人网址导航源码 v3.4
- 推荐直接使用新版本,舍弃旧版本,后期会继续不定期更新
- 此版本是在原 3.2 版本的基础上修复和增加了些功能
安装教程
- 宝塔面板 Nginx + PHP5.6 + MySQL5.6
- 首先宝塔安装MySQL5.6,创建数据库后再导入数据库文件db/db.sql
- 再修改config.php数据库配置
- 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;
- 最后访问网站就OK了
- 后台:你的域名/admin/login.php 账号:admin 密码:qqqqqq
网站模板实测截图
::: block-2
获取方式一
:::
获取方式
https://ceping.club/569.html
边栏推荐
- 原码、补码、反码
- Hands-on OCR (1)
- yolov5 improvement (1) Add attention focus mechanism
- MobileNet ShuffleNet & yolov5替换backbone
- drf routing component Routers
- Flask framework in-depth
- PHP版本切换:5.x到7.3
- PHP open source customer service system _ online customer service source code PHP
- 浅浅写一下PPOCRLabel的使用及体验
- redis delay queue
猜你喜欢
随机推荐
鼠标右键菜单栏太长如何减少
Basic operations of 8583 sequential stack
drf source code analysis and global catch exception
verilog学习|《Verilog数字系统设计教程》夏宇闻 第三版思考题答案(第十章)
8580 合并链表
浮点数的运算方法
【ROS】编译软件包packages遇到进度缓慢或卡死,使用swap
[ROS](02)创建&编译ROS软件包Package
Eslint规则大全
Unit 13 Mixing in View Base Classes
C语言一维数组练习——将m个元素移动到数组尾部
C语言日记 5 运算符和表达式
Steps to connect the virtual machine with xshell_establish a network connection between the host and the vm virtual machine
宏定义问题记录day2
window10 lower semi-automatic labeling
编程规范——LiteOS
Unit 8 Middleware
What's wrong with running yolov5 (1) p, r, map are all 0
[ROS](05)ROS通信 —— 节点,Nodes & Master
paddle window10环境下使用conda安装