update wp_options set option_value='http://example.com' where option_name='home';
update wp_options set option_value='http://example.com' where option_name='siteurl';
Также может потребоваться правка в wp-config
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Комментариев нет:
Отправить комментарий