Published
- 1 min read
define home url wordpress config.php
The solution for this is noted below
define home url wordpress config.php
Solution
// 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');
Try other methods by searching on the site. That is if this doesn’t work