Joe Polk said:
> Okay, I am using apache with mod_ssl. I thought there was a way to force
> ssl  on a directory so that is someone went to servername.com/webmail for
> instance, the directory that refered to would force https no?

you could put something like

Redirect /webmail(.*)\.*$ https://servername.com/webmail

so anything with /webmail in the url will get redirected.

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to