Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #30926
    Profile photo of steveh
    steveh
    Participant

    Has anyone done a migration from http to https for their symbiostock site? I would really like to see a step by step approach as my research into this migration seems to come up with many different views on how to go about it. A Symbiostock focused version would be very helpful!

    Steve

    #30928

    Hi, Steve.

    I am with Bluehost and just move my site to https 1 month ago. It was very straightforward if you are with them and its free with wordpress sites. https://my.bluehost.com/cgi/help/473

    After finished the migration, I use Really Simple SSL to finalize my site with only a single click.

    Make sure to change cron job to https as I noticed the uploaded image is not automatically processed and figured out the issue.

    #31110
    Profile photo of Robin
    Robin
    Keymaster

    Hey Steve – I’ve learned the hard way that an undocumented way to do it very easily is as follows:

    1) Go to your settings and change the URL from http to https for both the site and home.
    2) Edit your wp-config.php and add this line below the debug line:

    define('WP_DEBUG', false);
    $_SERVER['HTTPS'] = 'on';
    

    You should now be HTTPS as long as you have a certificate issued for your URL via your cPanel control panel. For information on ordering an SSL via the hosting system (all perpetually free with our hosting) use this guide:

    http://www.symbiostock.com/setup-installation-guide

    Once you do those 3 steps, your site should be fully SSL. The only exceptions are that some of your theme elements or pages may have hard coded full non-relative URLs to images. In other words, instead of:

    /wp-content/images/image.jpg

    you will have

    http://www.mydomain.com/wp-content/images/image.jpg

    As you should rarely ever use full URLs on your site and always reference locally, you may have to change these, and that must be done manually otherwise your visitors will get a warning that says “this page is secured but not fully secure because it contains insecure elements”.

    I’ve tried various plugins and stuff and nothing quite works as seamlessly as this.

    #31143
    Profile photo of steveh
    steveh
    Participant

    Thanks for this! I’ve been away on vacation and just back so I will investigate and report on my progress!

    Steve

    #31876
    Profile photo of steveh
    steveh
    Participant

    Hi Robin
    I asked you a couple of questions via email – did you get those?
    Steve

    #31889
    Profile photo of steveh
    steveh
    Participant

    The combination of your approach Robin and the guide from Chris worked perfectly on my three domains. All looks good!

    Thanks
    Steve

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.