----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Gilles Lenfant" <gilles@pilotsystems.net> Cc: <zope@zope.org> Sent: Monday, January 27, 2003 8:56 PM Subject: Re: [Zope] Apache, VirtualHostMonster and complex rewriterule
Gilles Lenfant wrote at 2003-1-27 16:51 +0100:
With the rewritelog, I can see that the regular expression searches matches in the *path* and not to the *URL* (as stated in mod_rewrite doc). Such it wont pass anything to the expected $1 and $2 :( I got to find out another way to virtualhost dynamically. You may try "RewriteCond" on the "HTTP_HOST" variable.
Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Many thanks again Dieter. This is the solution ! --Gilles