Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Hi @vvt1in,

    If your site url in settings/general is without www, WordPress will redirect to this URL, so I think your site_url is with www yet.

    Changing it to non www should resolve your issue.

    Rogier

    Thread Starter vvt1in

    (@vvt1in)

    hi @rogierlankhorst ,
    thank you for your reply,

    i have just figured it out i have added on wp-config.php the define siteurl and home with HTTP_HOST , which meant the even www recognised correct,

    define(‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’] . ‘/’);
    define(‘WP_HOME’, ‘https://’ . $_SERVER[‘HTTP_HOST’] . ‘/’);

    I have fixed now with putting the correct domain site on it,

    thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘https www’ is closed to new replies.