On Tue, Aug 23, 2005 at 09:23:29AM -0400, Joshua Slive wrote:
> On 8/22/05, Ashley Gould <[EMAIL PROTECTED]> wrote:
> > I want to force use of https on directories where authentication is
> > required to avoid sending htpasswords in the clear. Example:
> >
> >
> > RewriteEngineon
> >
On 8/22/05, Ashley Gould <[EMAIL PROTECTED]> wrote:
> I want to force use of https on directories where authentication is
> required to avoid sending htpasswords in the clear. Example:
>
>
> RewriteEngineon
> RewriteCond %{HTTPS} !=on
> RewriteRule (.*) https://w
I want to force use of https on directories where authentication is
required to avoid sending htpasswords in the clear. Example:
RewriteEngineon
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://www.ucop.edu/blah/blah/$1 [R]
AuthType Basic
AuthName "Re