当前位置:网站首页>宝塔搭建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
边栏推荐
- VS Code远程开发及免密配置
- How does Apache, the world's largest open source foundation, work?
- Steps to connect the virtual machine with xshell_establish a network connection between the host and the vm virtual machine
- ABP,kendo后台接口,新增,查询
- [ROS](05)ROS通信 —— 节点,Nodes & Master
- verilog学习|《Verilog数字系统设计教程》夏宇闻 第三版思考题答案(第十四章)
- ng-style:动态控制样式
- Paddle window10 environment using conda installation
- [ROS] (06) ROS Communication - Topic Communication
- Flask framework
猜你喜欢
随机推荐
[ROS] (04) Detailed explanation of package.xml
verilog学习|《Verilog数字系统设计教程》夏宇闻 第三版思考题答案(第十三章)
Unit 12 associated serialization
YOLOv7使用云GPU训练自己的数据集
【VCU】详解S19文件(S-record)
window10 lower semi-automatic labeling
chapter6可视化(不想看版)
Unit 5 Hold Status
C语言sizeof和strlen的区别
[ROS] The software package of the industrial computer does not compile
Unit 15 Paging, Filtering
Unit 14 Viewsets and Routing
C语言字符串——关于指针
[ROS](05)ROS通信 —— 节点,Nodes & Master
verilog学习|《Verilog数字系统设计教程》夏宇闻 第三版思考题答案(第十章)
【ROS】工控机的软件包不编译
verilog学习|《Verilog数字系统设计教程》夏宇闻 第三版思考题答案(第七章)
使用云GPU+pycharm训练模型实现后台跑程序、自动保存训练结果、服务器自动关机
【ROS】编译软件包packages遇到进度缓慢或卡死,使用swap
verilog学习|《Verilog数字系统设计教程》夏宇闻 第三版思考题答案(第十一章)


CMakeLists.txt详解](/img/34/577c729f06748f625ca0c223496d48.png)







