您可以尝试以下方法:
1. make sure the values changed in database
如果您无法登录到wp admin>settings(wp管理>设置)进行确认,则可以转到数据库的wp\\U选项表并查找
siteurl
和
home
价值观
2. add code to wp-config.php
将这些行添加到wp config。php
define(\'WP_HOME\',\'http://example.com\');
define(\'WP_SITEURL\',\'http://example.com\');
3. Clear your cache
确保从正在使用的任何缓存插件以及浏览器中清除缓存
也可以尝试将此添加到wp-config.php
(注“假”)
define( \'WP_CACHE\', false );
4. check https / ssl related plugins
您可能正在使用导致此问题的任何插件,如ssl不安全内容修复程序等。
5. Cloudflare or other dns side redirect
确保站点未使用任何基于dns的重定向
6. disable all plugins and confirm
7. change theme to default and check