• Resolved blindpet

    (@blindpet)


    I have enabled flexible ssl with CloudFlare so I can use wp-admin with https. Unfortunately this has changed my sitemap to use https instead of http.

    The site and home url are set to http in wp-config.php

    Please tell me how to change it back or add an option to force http or https in the yoast plugin.

    https://wordpress.org/plugins/wordpress-seo/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter blindpet

    (@blindpet)

    I fixed this myself, there should really be an option to do this in the plugin

    Replace htpcguides.com with your desired home and siteurl

    In MySQL or phpadmin

    update wp_options set option_value='http://www.htpcguides.com' where option_name='siteurl';
    
    update wp_options set option_value='http://www.htpcguides.com' where option_name='home';

    Thank you blindpet, we appreciate you sharing that information.

    ~ Kim ~
    Support at Yoast

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

The topic ‘CloudFlare Flexible SSL making Sitemap https’ is closed to new replies.