1.从https到http
2.数据库版本
3.PHP版本
4.php.ini设置:输出缓冲区数据块设置:启动(解决除代码问题带来的一些异常)
5.导航栏首页链接设置(https/http)
6.wp-config.php
7.伪静态的设置(nginx和apache)
nginx:
location / {
try_files $uri $uri/ /index.php?$args;
}
1.从https到http
2.数据库版本
3.PHP版本
4.php.ini设置:输出缓冲区数据块设置:启动(解决除代码问题带来的一些异常)
5.导航栏首页链接设置(https/http)
6.wp-config.php
7.伪静态的设置(nginx和apache)
nginx:
location / {
try_files $uri $uri/ /index.php?$args;
}
如果文章对你有帮助,欢迎点击上方按钮打赏作者
未经允许不得转载:军哥驿站 » wordpress网站搬家需要注意的地方