Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SSL Support
#1
i know it sounds stupid but i think in the admin area there should be a sorta "switch" to either make people stay on or off of ssl as im "stugerling" as it were with making everyone SSL
Reply
#2
I agree to luke. Can anybody add such a switch? Smile
Reply
#3
You would basically create a file .htaccess in the
folder you want to force SSL on, and put this code
into the file:


Code:
RewriteEngine On RewriteCond %{SERVER_PORT}
80 RewriteCond %{REQUEST_URI} somefolder
RewriteRule ^(.*)$ https://www.domain.com/
somefolder/$1 [R,L]


The .htaccess file should be placed in the folder
where you need to force HTTPS.
Reply
#4
(05-01-2012, 08:36 AM)kamilel Wrote: You would basically create a file .htaccess in the
folder you want to force SSL on, and put this code
into the file:


Code:
RewriteEngine On RewriteCond %{SERVER_PORT}
80 RewriteCond %{REQUEST_URI} somefolder
RewriteRule ^(.*)$ https://www.domain.com/
somefolder/$1 [R,L]


The .htaccess file should be placed in the folder
where you need to force HTTPS.

Yea, there is no reason for a switch, any website that wants to force https just implements this. The script is very rarely responsible for it.
[Image: sig.png]
Reply
#5
That should be done as soon as possible as it is creating issues over it and the suggestion and codes that you have provided is very useful for every one to create the switch and hopefully would be made as soon as possible.
buy notebooks NZ
Reply
#6
This has been implemented in v1.2.4
Kevin Mark - TheHostingTool Lead Developer
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)