Not Solved [How To?] http to https
#3
Not Solved
It is not preventing you to load your forum in https you can change your forum URL from ACP>Configuration>Site details and change you forum URL with https then you need o change your .htaccess file to redirect you https whenever some one tries to enter with http
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Remove www. from second line if your forum does not included www.
[Image: cafaf18ba2.gif]
FileSquid is under development
[Image: trk1]
Reply


Messages In This Thread
http to https - by luciferakasatan - 2015-11-11, 02:52 PM
RE: http to https - by Ashley1 - 2015-11-11, 03:15 PM
RE: http to https - by Dark-Power-Invader - 2015-11-12, 04:59 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)