Quoting Owen Boyle <[EMAIL PROTECTED]>: > If you want to be more specific so that > http://d.com/foo/bar.html --> https://d.com/foo/bar.html > then use something like: > > RedirectMatch (.*) https://d.com$1 >
Won't this create an infinate loop? I could be wrong, but I think RedirectMatch will pick up the hit via http or https, and attempt to send the user to https://d.com$1 even if the user came via https in the first place. mod_rewrite seems to be the only alternative I've seen so far. If I'm wrong, let me know... ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
