Login
User Name:

Password:



Register

Forgot your password?
ROOM_NO_MAGIC Inconsistencies...
Jul 8, 2024 12:32 am
By GatewaySysop
IMC??
Jun 14, 2024 11:39 pm
By Samson
Any Smaug muds running?
Jun 1, 2024 1:47 pm
By Zedethar
Any Chances at making a new Mud
Jun 1, 2024 1:42 pm
By Zedethar
delete this?>
May 30, 2024 7:38 pm
By Elwood
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
Users Online
AhrefsBot, Google

Members: 0
Guests: 28
Stats
Files
Topics
Posts
Members
Newest Member
489
3,798
19,657
597
kiaols

Today's Birthdays
There are no member birthdays today.
HTTPS Enabled Site-Wide Jan 21, 2017 1:03 am
Samson
Black Hand
GroupAdministrators
Posts3,686
JoinedJan 1, 2002

 
Just a heads up, due to certain aggressive policies being put into place by Google via search and Chrome, the site is now being served over encrypted links. Everything seems to be running properly this way thanks to Let's Encrypt making the process pretty painless.

Any links to the site should be updated to reflect this if you have them. I'm still working on forcing the redirects from the non-encrypted URL to actually work.

Comments:
#1 Jan 21, 2017 3:59 pm
Samson
Black Hand
GroupAdministrators
Posts3,686
JoinedJan 1, 2002

 
Redirects should all be working properly now.
#2 Feb 15, 2017 5:32 am
Quixadhal
Conjurer
GroupMembers
Posts398
JoinedMar 8, 2005

 
For future reference, I dunno if you use apache as a web server, but the way they've split up their config system you can now just define multiple "sites" and point them at the same document root. So, in theory, if you had a VirtualHost *:80, you could also set up a VirtualHost *:443 pointing at the same set of pages, but with all the security stuff enabled.

You can also play around with mod_rewrite to force any http request to become an https one. I haven't actually done that, but it seems reasonable.
#3 Feb 19, 2017 3:38 pm
Samson
Black Hand
GroupAdministrators
Posts3,686
JoinedJan 1, 2002

 
I just used s 301 redirect in the Apache config once I figured out how to make it do that. Been working pretty good since.