Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Forum SSL Bug

Status
Not open for further replies.
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
I think ragezone need https enforce in htaccess. I always redirected to http then my session is gone. But when I manually add https on url the session is restored.

I think need this in .htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

To avoid redirect me to http.

 
Last edited:
Life is beautiful, after
Joined
Aug 21, 2019
Messages
632
Reaction score
453
but i use it without ssl too. I use this forum for 2 years i think, and i never see the SSL up
 
Skilled Illusionist
Joined
Jan 27, 2009
Messages
368
Reaction score
23
I solve now. I just cleared the cookies for https. I just login now with http protocol without redirecting to https. I use cookie editor plugin in chrome.
 
Status
Not open for further replies.
Back
Top