<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Igor,<br>
<br>
thanks for your reply.<br>
<blockquote cite="mid:20080512133708.GE21995@rambler-co.ru" type="cite">
  <blockquote type="cite">
    <pre wrap="">o rewrite the query string part?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What does nginx with PHP - proxy or fastchi ?
  </pre>
</blockquote>
fastcgi, now even running through ngx_http_upstream for multiple
balanced backends - well done with that :).<br>
<br>
<blockquote cite="mid:20080512133708.GE21995@rambler-co.ru" type="cite">
  <pre wrap="">
You may change $args using:

      if ($args ~ ....) {
          set   $args   ...;
      }

  </pre>
</blockquote>
and I got access to the matching parts there with $1, $2 and so on?<br>
Sounds like the way to go then, great. Thanks.<br>
<br>
<br>
Regards,<br>
<br>
Thomas<br>
</body>
</html>