View Single Post

  #1 (permalink)  
Old 11-21-2006
laredotornado@zipmail.com
 
Posts: n/a
Default Apache 2, HTTPS and 404s

Hi,

Our host is running Apache 2.0.46. I uploaded the page

/test/mypage.php

and am able to load it fine by calling

http://ourdomain.com/test/mypage.php

However, if I try through HTTPS

https://ourdomain.com/test/mypage.php

after accepting the self-signed certificate, I get a 404 message. Is
this a file permissions issue or some kind of server configuration
issue?

Thanks for any help, - Dave