Best SSL HTTPS Method for PHPRUNNER |
8/30/2011 2:14:49 AM |
PHPRunner General questions | |
M
MikeB941 author
PHPRUNNER 5.3 BUILD 7474 |
|
C
|
cgphp 8/30/2011 |
$HTTP_SERVER_VARS is deprecated. Use $_SERVER instead. if($_SERVER['HTTPS'] != "on")
|
![]() |
Sergey Kornilov admin 8/30/2011 |
I would suggest to use web server redirect in this case via .htaccess. |