RE: force to use SSL when accessing certain directory/url?

2002-01-14 Thread Zhang, Li
[mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 10:48 AM To: [EMAIL PROTECTED] Subject: Re: force to use SSL when accessing certain directory/url? you could also setup your ssl virtualhost with an different DocumentRoot, only available by https (port 443) and leave your https pages th

Re: force to use SSL when accessing certain directory/url?

2002-01-14 Thread Glen Mehn
you could also setup your ssl virtualhost with an different DocumentRoot, only available by https (port 443) and leave your https pages there. On Mon, Jan 14, 2002 at 11:52:06AM -, Simon Ritchie wrote: > I guess that you want to refuse access to a page by HTTP, ftp etc, so that > it can only

RE: force to use SSL when accessing certain directory/url?

2002-01-14 Thread Simon Ritchie
I guess that you want to refuse access to a page by HTTP, ftp etc, so that it can only be accessed via HTTPS. Is that correct? You can do that with the apache rewrite mechanism. The rewrite guide shows how. Simon > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECT

RE: force to use SSL when accessing certain directory/url?

2002-01-07 Thread Julian C. Dunn
On 07-Jan-2002 Zhang, Li wrote: > the user is trying to access: http://myhost/secure/index.html > The server forces to use https://myhost/secure/index.html Can you just do Redirect /secure/ https://myhost/secure/ within the config for your nonsecure host? - Julian -- Julian C. Dunn,