# 超实用!Linux + Centos7.x + 宝塔服务器系统搭建及相关配置揭秘
## 亲测环境
Nginx 1.18.0 + php 5.6 + Mysql5.5
## 数据库配置文件修改
路径:/ APP /Conf/config.php
## 关键代码设置
```
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
```
## 账号密码
### 后台
地址:/ht.php
账号:
密码:www.ohbbs.cn
### 前台
账号:18888888888
密码:18888888888
本站所有原创文章,未经同意禁止转载。若侵权请联系处理。 #APP #php #服务器配置 #Linux #Centos7
解压密码: qq112233aa
暂无评论内容