Problem in HTTPS

Posted in: Newspaper
Post count: 36

Hello, we are preparing the transfer of our service htttp: //www.ocionews.com to https://www.ocionews.com
the problem as you can see is that the https version does not load the item properly.

Post count: 9544

Be sure to
a) set your domain as https://sitename in the WP settings
b) perhaps set it implicitly in the wp-config.php file (what I did on our site for moving to https)
c) you will also need to resave permalinks once you switch setting to https
d) setup 301 redirect globally for site for any queries to http//* to ==> https://*
e) you will need to search/replace anything in the meta tables like an image manually placed into a post with http link
f) you may need to rebuild all your thumbnails out of paranoia as well

Anyway… that’s what we did.

Post count: 9544

( I would start with B above … ! )

also remember any plugins you have setup should be deactivated, caching cleared, etc.

A plugin might be loading stuff over http … but if you set your entire site to https properly. at least your base CSS would be loading correctly.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.