2 Dec
2003
2 Dec
'03
6:49 p.m.
Is it possible to set up Apache (version 2) using rewrite rules to pass everything to zope, except the URLs started with, say, /phpMyAdmin.*? I would really appreciate any help you could provide. bz
2 Dec
2 Dec
7:06 p.m.
New subject: [Zope] Apache ReWrite rule
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
8160
Age (days ago)
8160
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bin Zhang -
Dylan Reinhardt