Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save huazhanshen/a2d86d403e5aa83a17987b69ef87093c to your computer and use it in GitHub Desktop.
Save huazhanshen/a2d86d403e5aa83a17987b69ef87093c to your computer and use it in GitHub Desktop.
一款基于ThinkPHP的WAP+PC导航网站源码
![图片](https://www.bingfengyl.com/zb_users/upload/2019/10/20191015222021157114922197540.png)
安装说明
测试环境是:nginx+mysql5.6+php7.1,需配置伪静态
伪静态规则
```language
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
```
上传源码到服务器并解压,打开 域名/install,根据提示输入数据库等信息进行安装,后台地址是 域名/admin
下载地址
蓝奏网盘:[https://www.lanzoux.com/i6suhlc](https://www.lanzoux.com/i6suhlc)
百度网盘:**[https://pan.baidu.com/s/1Q5CIEkeQsdQ05hZ-MfaQUA](https://pan.baidu.com/s/1Q5CIEkeQsdQ05hZ-MfaQUA)**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment