亲测环境:Linux+Nginx+PHP5.6+Mysql5.5
安装搭建说明
修改数据库帐号和密码:/common/config/config.php
Nginx伪静态
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
批量替换内容:【41106.4aq.cn】换成【你自己的域名】
亲测环境:Linux+Nginx+PHP5.6+Mysql5.5
安装搭建说明
修改数据库帐号和密码:/common/config/config.php
Nginx伪静态
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
批量替换内容:【41106.4aq.cn】换成【你自己的域名】
评论0