Http: or Https: ?
Http: or Https: ?
If one just types "telemarktalk.com" it takes you to:
[do not click -->] http://telemarktalk.com/ which is not secure, unlike
https://telemarktalk.com/ which is secure when logging in.
I wonder if it would be possible to re-route any http: to https: for Logging In.
Thoughts?
[do not click -->] http://telemarktalk.com/ which is not secure, unlike
https://telemarktalk.com/ which is secure when logging in.
I wonder if it would be possible to re-route any http: to https: for Logging In.
Thoughts?
- Krummholz
- Posts: 391
- Joined: Fri Jan 10, 2020 4:31 pm
- Location: Middle Park, CO
- Ski style: Snowshoe rut of death on trails, or face plant powder.
- Favorite Skis: Fischer SB-98, Rossi Alpineer 86, Fischer Europa 99, Altai Hok, Asnes USGI
- Favorite boots: Fischer Transnordic 75, Alico Arctic 75
- Occupation: Transnordic Boot molder
viewtopic.php?f=1&t=4350&hilit=Transnordic&start=40#p49595 - Website: https://www.youtube.com/@KrummholzXCD
Re: Http: or Https: ?
To automatically redirect http to https, is normally done by the site admin. Either by adding:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
To the httpd.conf file in Apache
If it’s a “managed” server where the site admin has to use something like cPanel. The previous three lines would be added to .htaccess
If someone searches Google for Telemarktalk, Google will automatically send them to https://telemarktalk.com
Thanks for the chance to use that muscle, it’s been a while….
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
To the httpd.conf file in Apache
If it’s a “managed” server where the site admin has to use something like cPanel. The previous three lines would be added to .htaccess
If someone searches Google for Telemarktalk, Google will automatically send them to https://telemarktalk.com
Thanks for the chance to use that muscle, it’s been a while….
Free Heeler - As in Free Spirit and Free Beer. No $700 pass! No plastic boots! And No Fkn Merlot!
- Stephen
- Posts: 1508
- Joined: Thu Aug 06, 2020 12:49 am
- Location: PNW USA
- Ski style: Aspirational
- Favorite Skis: Armada Tracer 118 (195), Gamme (210), Ingstad (205), Objective BC (178)
- Favorite boots: Alfa Guard Advance, Scarpa TX Pro
- Occupation: Beyond
6’3” / 191cm — 172# / 78kg, size 47 / 30 mondo
Re: Http: or Https: ?
I would be even more impressed if you hacked the server and added the code…

Krummholz wrote: ↑Mon Jun 05, 2023 11:22 pmTo automatically redirect http to https, is normally done by the site admin. Either by adding:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
To the httpd.conf file in Apache
If it’s a “managed” server where the site admin has to use something like cPanel. The previous three lines would be added to .htaccess
If someone searches Google for Telemarktalk, Google will automatically send them to https://telemarktalk.com
Thanks for the chance to use that muscle, it’s been a while….
Re: Http: or Https: ?
Neat.Krummholz wrote: ↑Mon Jun 05, 2023 11:22 pmTo automatically redirect http to https, is normally done by the site admin. Either by adding:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
To the httpd.conf file in Apache
If it’s a “managed” server where the site admin has to use something like cPanel. The previous three lines would be added to .htaccess
If someone searches Google for Telemarktalk, Google will automatically send them to https://telemarktalk.com
Thanks for the chance to use that muscle, it’s been a while….

Any thoughts on these two?
http://www.telemarcoeur.com/pages/conte ... emark.html
Eddie.dns: https://telemarktalk.com/viewtopic.php?f=10&t=4891
(Here is a SAFE cached page from 2 June 2023 by Google as trying to visit "eddie.dns" directly now throws a Malicious Site flag.)