Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 301-й редирект URL'a с парам етрами
Благодарю за подсказку.
Пока вопрос решился так:
if ($args = "id=648") {
rewrite ^/programs/detail\.php$ /programs/qqq/? permanent;
}
if ($args = "section_id=113&id=549") {
rewrite ^/ill/detail\.php?$ /xxx/yyy/zzz/? permanent;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,72260,72285#msg-72285
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|