Current time: 05-22-2012, 10:12 PM Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SSL Support
04-20-2011, 08:32 PM
Post: #1
SSL Support
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
Find all posts by this user
Quote this message in a reply
04-29-2012, 07:04 AM
Post: #2
RE: SSL Support
I agree to luke. Can anybody add such a switch? Smile

http://mycasinostrategy.com
лекции, пищови
Find all posts by this user
Quote this message in a reply
05-01-2012, 08:36 AM
Post: #3
RE: SSL Support
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.
Find all posts by this user
Quote this message in a reply
05-05-2012, 01:44 AM
Post: #4
RE: SSL Support
(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]
Visit this user's website Find all posts by this user
Quote this message in a reply
05-08-2012, 05:31 AM
Post: #5
RE: SSL Support
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
Find all posts by this user
Quote this message in a reply
05-08-2012, 10:27 PM (This post was last modified: 05-08-2012 10:27 PM by sunshine.)
Post: #6
RE: SSL Support
Thanks for nice information,can use for it?



Credit Report Monitoring
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 3 Guest(s)