From: Jeff D. <da...@da...> - 2002-01-15 17:22:13
|
> HTTP_SERVER_VARS['HTTPS'] is not getting sane values here, probably, i > dont know why. Hi Sergio, Thanks for the report. So that we can fix this right: Would you make a phpinfo script, and see what value HTTPS is getting? A phpinfo script is a php script (called say phpinfo.php) which contains one line: <?php phpinfo(); ?> When you browse this you should get reams of HTML text describing PHP's configuration, etc... (Example at http://phpwiki.sf.net/test/phpinfo.php.) In the section labelled "Apache Environment" (or "PHP Variables") it should list the values its getting for HTTPS. If you could look at it both over SSL (https:) and normal (http:) that would be great. (Or put your phpinfo script where we can get at it and give use the URL(s).) |