[Zope] Silly(?) rewrite question

technews@egsx.com technews@egsx.com
Sat, 4 Dec 1999 22:58:42 -0500 (EST)


Hmm,

Well since the RewriteRule are written in regex, I think you can say
somtheing like this __this is untested__

RewriteRule ^/News/?(.*) .....Zope.cgi$1

The ? means Match 1 or 0 times, hence it should match the /News/ or /News
Give it a try...

Adonis

On Sat, 4 Dec 1999, Harry wrote:

> on 12/4/1999 10:14 AM, technews@egsx.com at technews@egsx.com wrote:
> 
> > Just make sure you do not have
> > directories called /Newsfoo or /Newsbar. since they will be sent to Zope
> > as well.  
> 
> Yeah, but I wonder if there is a way to tell the rule to apply this only to
> DIRECTORIES and not anything in the path.... Sure, this can be worked around
> wth creative unique namings of paths, but, while convenient, I feel the
> RewriteRules might be a bit quirky when it comes to Zope.
> 
> Harry
>