• 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 what

    Thanks a lot for your help
    Omer

Viewing 1 replies (of 1 total)
  • Thread Starter sirhaver

    (@sirhaver)

    Hey guys I figured it out, many database entries still refered to my loca host…

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress live website still addresses my local domain’ is closed to new replies.