ПРОЕКТЫ 


  АРХИВ 


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]

Re: rewrite_module, help



On Fri, Aug 17, 2007 at 12:11:30PM +0400, Arthur F. Bier wrote:

> rewrite ^/([0-9]{10})$     index.php?referral=$1 last;

- rewrite ^/([0-9]{10})$     index.php?referral=$1 last;
+ rewrite ^/([0-9]{10})$     /index.php?referral=$1 last;

> Nickolay пишет:
> >Доброго времени суток.
> >
> >Помогите, пожалуйста, придумать регулярку для rewrite.
> >В апачевском htaccess-е это описывалось так:
> >RewriteRule ^([0-9]{10}) index.php?referral=$1 [L]
> >
> >т.е. урлы http://domain.ru/1234567890 переписывались в 
> >http://domain.ru/index.php?referral=1234567890
> >
> >Можно ли подобное реализовать средствами ngx_http_rewrite_module ? :-(


-- 
Igor Sysoev
http://sysoev.ru/en/



 




Copyright © Lexa Software, 1996-2009.