// Add the below to your wp-config.php file (replace example.com with your domain)
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
1
2
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');