Created
June 4, 2021 01:45
-
-
Save huazhanshen/a2d86d403e5aa83a17987b69ef87093c to your computer and use it in GitHub Desktop.
一款基于ThinkPHP的WAP+PC导航网站源码
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
 | |
安装说明 | |
测试环境是: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