[Zope] Apache ReWrite rule

Dylan Reinhardt zope at dylanreinhardt.com
Tue Dec 2 14:06:49 EST 2003


On Tue, 2003-12-02 at 10:49, Bin Zhang wrote:
> Is it possible to set up Apache (version 2) using rewrite rules to
> pass everything to zope, except the URLs started with, say,
> /phpMyAdmin.*? 

Put something like this in fron of your Zope-related rules:

RewriteRule ^/phpMyAdmin/(.*) /path/to/php/stuff/$1

And then go read up on the system you're configuring.  :-)

http://httpd.apache.org/docs/mod/mod_rewrite.html

HTH,

Dylan





More information about the Zope mailing list