SSL and dbcommon.php |
4/16/2008 8:24:21 PM |
PHPRunner General questions | |
F
Fawaz author
In PHPRunner version 4.1 I used to have this code to force redirect all pages from http to https if($HTTP_SERVER_VARS["HTTPS"] != "on")
|
|
![]() |
Alexey admin 4/17/2008 |
Fawaz, |
F
|
Fawaz author 4/17/2008 |
Fawaz, I have no idea why your code isn't working. Try to debug it. There are no changes in PHPRunner 4.2 that may break this code.
if(@$_SERVER["REQUEST_URI"])
|
![]() |
Sergey Kornilov admin 4/17/2008 |
Fawaz, |