On 13/12/02 00:44 +0530, vivek thus spake: > to make things clear, i have apache compiled with modssl, and i have > https:// working. now i don't wish to use http:// and have disabled it > (thru httpd.conf) and hence running only https. now i want that whenever > i or anyone on the network tries to access http:// s/he is automatically > redirected to https:// - is it possible?
In that case port forwarding would only screw up your setup. A normal HTTP based client would try talking to your SSL server and things would get messy. Instead, keep your http:// server going, but add a mod_rewrite rule instead to redirect folks to the https server. - Sandip -- -------------------------------------------------------- Sandip Bhattacharya sandipb <@> bigfoot.com http://www.sandipb.net GPG/PGP: 0x08EB637C -------------------------------------------------------- ================================================ To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org
