At 16:27 02.05.2002, Viljo Marrandi wrote:
> > The way I figure this, is that https://mysite.com/scripts/* act the 
> same way
> > as everything used to, and you can load your images from
> > https://mysite.com/images/* without complaints about crossing the
> > secure/nonsecure boundry...
>
>Hmm, but maybe it's possible to set up Apache so, that My::Site handles
>"/" and doesn't care about, let say, about "/imgs"?

Yes, you can do this:
return DECLINED if $r->uri =~ m|^/imgs|;
or something along those lines.


-- 
Per Einar Ellefsen
[EMAIL PROTECTED]


Reply via email to