Tagged: SSL
for some odd reason when I try calling site using https for example:
http://www.revion.com/company/contact/
vs
https://www.revion.com/company/contact/
things looks broken in https
anything we missed?
Please help
Hey revion!
Yes, you can’t simply change the protocol. If you want to change the url from http://www.revion.com/company/contact/ to https://www.revion.com/company/contact/ you must also load all resources (images, scripts, etc.) from https://. However it requires that all url paths in the database also point to the https:// url. I recommend to use WP MigrateDB or WP MigrateDB PRO to export the database. Use the “domain replacement” feature to replace all occurrences of http://www.revion.com/ with https://www.revion.com/ in your database and export the database. Then make a backup of your old database, delete the database data and import the database file you exported with the migrate plugin.
Regards,
Peter