How To Force HTTP to HTTPS

Started by Skhilled, May 05, 2017, 09:03:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

I've just found another way to do this via a mySQL query courtesy of SMFHelper.com. This will change all instances of any posts from HTTP to HTTPS:

https://www.smfhelper.com/index.php?topic=74.0

UPDATE smf_messages SET body = REPLACE(body, 'http://yourstite.tld/index.php', 'https://yourstite.tld/index.php');

Ronald

Quote from: Skhilled on February 21, 2019, 02:55:39 AM
I've just found another way to do this via a mySQL query courtesy of SMFHelper.com. This will change all instances of any posts from HTTP to HTTPS:

https://www.smfhelper.com/index.php?topic=74.0

UPDATE smf_messages SET body = REPLACE(body, 'http://yourstite.tld/index.php', 'https://yourstite.tld/index.php');

Thanks Steve.. I believe I did this one time..

I know with IPB that is how you change the http to https

Skhilled

Just keep in mind that it will only change the topis/posts and not the forum's URL itself.

Ken.

" If everything seems under control, you're not going fast enough." - Mario Andretti