当前位置:网站首页>宝塔搭建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
边栏推荐
猜你喜欢
随机推荐
存储系统Cache(知识点+例题)
Programming Specifications - LiteOS
Flask request application context source code analysis
[ROS] The software package of the industrial computer does not compile
Unit 10 Continuous Tuning
Unit 8 Middleware
run yolov5
C语言字符串——关于指针
我的第一篇博客
C语言日记 1“Hello world“
[ROS] The difference between roscd and cd
Steps to connect the virtual machine with xshell_establish a network connection between the host and the vm virtual machine
The language of initial
Verilog Learning Series
static关键字3种作用,简单粗暴对比,好理解
Flask framework
verilog学习|《Verilog数字系统设计教程》夏宇闻 第三版思考题答案(第九章)
The IDEA of packaged jar package
drf serializer - Serializer
paddle window10环境下使用conda安装

![[ROS] (02) Create & compile ROS package Package](/img/c2/5931d5cbade509c6ca34d66a274756.png)








