ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Перенаправление



location / {
    rewrite ^/\?portfolio=hungary /en/europe/hungary last;
    rewrite_log on;

    try_files $uri $uri/ /index.php?q=$request_uri;
}


Запрашиваемый URL:

http://site.com/en/?portfolio=hungary

В логе:

2013/08/12 17:44:46 [notice] 21714#0: *1 "^/\?portfolio=hungary" does not match "/", client: 1.1.1.1, server: site.com, request: "GET /?portfolio=hungary HTTP/1.1", host: "site.com"

Почему не редиректит на /en/europe/hungary?

Или решается только через $args + if ?

Спасибо.

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.