WordPress live website still addresses my local domain
-
Hey guys,
When migrating my local wordpress site to a live server there was a problem and WordPress still tried to access my local domain. I had to change it in the wp-config.php file:
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);Then I also doubled checked the php-my-admin to see that ‘siteurl’ is set to the currect live address.
Now I’m using a plugin called email subscribers and it tries to access my local domain.
What can I do?
I had this problem with some images too, used Blue velvet plugin to change the links to my live server without success. Something in the database still tells WordPress to use my local domain and I cannot figure out whatThanks a lot for your help
Omer
- The topic ‘WordPress live website still addresses my local domain’ is closed to new replies.