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
456
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.