I have a web server with the following:
Apache 1.3.12
mod_ssl 2.6.4-1.3.12
openssl 0.9.4
php 3.0.12
If I take mod_ssl out of the mix, i.e., have Apache 1.3.12 + PHP 3.0.12,
and I pass the following URL
http://www.company.com
the URL is completed (rewritten) as if the user had typed
http://www.company.com/index.html
When I add in mod_ssl, the rewrite does not occur unless there is a
trailing slash.
https://www.company.com
produces a directory listing while
https://www.company.com/
results in the rewrite with the addition of index.html at the end.
Any ideas why adding mod_ssl breaks the default Apache rewrite behaviour?
BTW. note that mod_rewrite is not part of the mix.
- rick warner -
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]