2 Dec
2003
2 Dec
'03
7:06 p.m.
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