[Zope] non-zope users
Michel Pelletier
michel@digicool.com
Thu, 3 Jun 1999 10:20:09 -0400
> -----Original Message-----
> From: Paul Everitt [mailto:paul@digicool.com]
> Sent: Thursday, June 03, 1999 7:40 PM
> To: Daniel M. Drucker
> Cc: Zope List
> Subject: Re: [Zope] non-zope users
>
>
>
> Daniel--
>
> How about an Apache rewrite rule? (Don't remember if you are using
> Apache or not...)
>
> --Paul
>
I was going to suggest this also. On our site, for example, we want
/mailman to go to the mailman CGI scripts. So, before the RewriteRule
that hoses everything into Zope, we have another RewriteRule that
'catches' anything that starts with /mailman and sends it to mailman
before it can hit the main RewriteRule. We actually have a couple of
these catches, and they work quite well.
-Michel