Re: [PHP] problem with https

2002-11-27 Thread Peter Janett
To: "Vivek Kedia" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 9:23 AM Subject: Re: [PHP] problem with https > Hi Vivek, > > If you are accessing https on localhost, you would need to enter: > > https://localhost/whatever_file &g

Re: [PHP] problem with https

2002-11-27 Thread Andre Dubuc
Hi Vivek, If you are accessing https on localhost, you would need to enter: https://localhost/whatever_file You might want to check whether you have https enabled: check phpinfo() under 'Apache Environment'. [HTTPS ] should be "on" as well. hth, Andre On Wednesday 27 November 2002 10:14 am,

Re: [PHP] problem with https

2002-11-27 Thread Adam Voigt
At the bottom of your httpd.conf, in the default SSL section, there is a path that normally points to /path/to/apache/htdocs if you store your webfiles some where other then the default, even if you change it near the top of your file, it won't work for SSL till you modify it at the bottom, if you

[PHP] problem with https

2002-11-27 Thread Vivek Kedia
i have apache 1.3.26 on php 4.2.3 everything else is running fine except "https//whatever" when i am trying to access the files thru apache , I have looked for SSL properties in httpd.conf and everything is properly enables( that what i think ) . The error generated is "page not found" and when i