Thread: SSL question
View Single Post
Old 05-12-2007, 10:26 PM   #4 (permalink)
Sketch
v7n Mentor
 
Sketch's Avatar
 
Join Date: 05-06-04
Location: London, UK
Posts: 1,453
iTrader: 0 / 0%
Latest Blog:
None

Sketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web proSketch is a highly respected web pro
Thats my understanding of it funguru.

However you may want to put a redirection on the login.php to ensure that it always goes to the secure version.

Something like this will help;
Code:
if($_SERVER['ssl_access'] != 1 && $_SERVER['HTTPS'] != on) { header("Location: https://www.yourdomain.com/login.php"); exit(); }
Sketch is offline   Reply With Quote