Привет,

On Tue 15 Sep 2009, Victor Porton wrote:
> > <!--#if expr="$QUERY_STRING = /(^|\b)city(\b|$)/" -->
>
> After this change the test 2 passes, but it does not pass if I enter
> http://localhost/test2.shtml?city=2

Perhaps you have to outwit the SSI string parser. Just a guess:

  <!--#if expr="$QUERY_STRING = /\\bcity\\b/" -->

Torsten

-- 
Need professional mod_perl support?
Just hire me: [email protected]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to