Welcome, Guest. Please login or register.

ShoutBox!

 

Skhilled

2024-03-24, 09:52:09
It may be released as early as today...if we all agree on it. ;)
 

Skhilled

2024-03-24, 09:37:46
Thank you, sir!  :)
 

Ken

2024-03-24, 09:28:38
I like it. Dark themes are not my first choice, but I like the crisp, clean lines.  :thumbup:
 

Skhilled

2024-03-24, 08:56:28
The original theme is here:

https://www.jpr62.com/demos/index.php
 

Skhilled

2024-03-24, 08:53:17
You can always see the latest previews here but registration is disabled:

https://skhilled.com/cztest/index.php
 

Ken

2024-03-24, 08:50:36
Any previews yet?
 

Skhilled

2024-03-24, 08:46:18
We almost have another theme completed.  :laugh:
 

Skhilled

2024-03-24, 08:45:18
What's up, bro?  :drinking:
 

Ken

2024-03-24, 08:42:45
Hi Steve.  :)
 

Skhilled

2024-02-21, 21:11:25
I missed that one. LOL

Recent Topics

TP Articles


Search in titles
Search in article texts

Author Topic: How To Force HTTP to HTTPS  (Read 16858 times)

0 Members and 1 Guest are viewing this topic.

Offline Mick

Re: How To Force HTTP to HTTPS
« Reply #75 on: July 08, 2017, 03:18:00 AM »
I looked at that setting at the bottom of that page couple of times, and though, no that can't be the upload url, because the avatar is working and the avatars url at the top of the page was https.  Just thought I'd try it and the padlock turned green.   We learn something every day. ;)

By the way, I've managed to change two of my sites to https so far,

https://thegardenmachineryforum.co.uk
https://guitaristguild.com

Had images linked from all over the place in various blocks, so took a while to run around adding s to all the urls lol.. 
Tinyportal.net Running SMF 2.1.4 / Tinyportal 3.0.0
Camera Craniums Running SMF 2.1.4 / Tinyportal 3.0.0, bridged with Coppermine 1.6.25
Guitarist Guild Running SMF 2.1.4 / Tinyportal 3.0.0
The Garden Machinery Forum Running SMF 2.1.4 / Tinyportal 3.0.0

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: How To Force HTTP to HTTPS
« Reply #76 on: July 08, 2017, 09:24:50 AM »
shawnb61 posted this as a step by step how to on SMF.  laughing7

https://www.simplemachines.org/community/index.php?topic=555034.0
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 8972
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: How To Force HTTP to HTTPS
« Reply #77 on: July 09, 2017, 08:26:33 PM »
Nice! I planned on making a tutorial myself but have been busy with the vps.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 8972
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: How To Force HTTP to HTTPS
« Reply #78 on: February 21, 2019, 02:56:38 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

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

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: How To Force HTTP to HTTPS
« Reply #79 on: February 21, 2019, 02:34:41 PM »
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

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

Good find Steve.  :thumbup:
Do we need this? We already have that taken care of, yes?  8)
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 8972
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: How To Force HTTP to HTTPS
« Reply #80 on: February 22, 2019, 07:27:14 AM »
No, remember we manually (did the long way...each one) went through it when we changed the site to https.

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: How To Force HTTP to HTTPS
« Reply #81 on: February 22, 2019, 07:32:46 AM »
Good deal, I thought so but wanted to be sure.  :thumbup:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 8972
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: How To Force HTTP to HTTPS
« Reply #82 on: February 22, 2019, 07:57:06 AM »
I was looking for a way like this back then but didn't know how.

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: How To Force HTTP to HTTPS
« Reply #83 on: February 22, 2019, 07:59:59 AM »
Research leads to knowledge, good on you for staying with the task.  :thumbup:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 8972
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: How To Force HTTP to HTTPS
« Reply #84 on: February 22, 2019, 08:05:42 AM »
Was luck that someone else posted it and I saw it. LOL

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11658
  • Gender: Male
  • View Gallery
Re: How To Force HTTP to HTTPS
« Reply #85 on: February 22, 2019, 08:11:11 AM »
It all counts, you knew a good solution when you saw it.  :thumbup:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.