<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Igor Sysoev пишет:
<blockquote cite="mid:20100110073029.GB4690@rambler-co.ru" type="cite">
  <pre wrap="">On Sun, Jan 10, 2010 at 04:25:53AM +0300, Sergey Shepelev wrote:

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">В общем, вопрос - как сделать редирект <a class="moz-txt-link-freetext" href="http://www.mydomain.nl/foo?param">http://www.mydomain.nl/foo?param</a> =&gt;
<a class="moz-txt-link-freetext" href="http://mydomain.nl/foo?param">http://mydomain.nl/foo?param</a>
???

      </pre>
    </blockquote>
    <pre wrap="">server {
server_name <a class="moz-txt-link-abbreviated" href="http://www.mydomain.nl">www.mydomain.nl</a>;
rewrite ^ <a class="moz-txt-link-freetext" href="http://mydomain.nl$request_uri">http://mydomain.nl$request_uri</a> last;
    </pre>
  </blockquote>
  <pre wrap=""><!---->
- rewrite ^ <a class="moz-txt-link-freetext" href="http://mydomain.nl$request_uri">http://mydomain.nl$request_uri</a> last;
+ rewrite ^ <a class="moz-txt-link-freetext" href="http://mydomain.nl$request_uri">http://mydomain.nl$request_uri</a>? last;
  </pre>
</blockquote>
Игорь, расскажи, пожалуйста, почему так? <br>
Чему равно ^<br>
И почему в конце знак вопроса?<br>
<br>
</body>
</html>