Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: помогите переделать правило rewrite
Hello Denis,
Friday, May 16, 2008, 9:03:52 PM, you wrote:
> про php это понятно.
> уже вроде как заработало.
> вот что вышло:
> location /forum/torrentbar/ {
> rewrite
> ^/forum/torrentbar/([0123456789]*)-([0123456789qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM_]*)\.png$
> /forum/torrentbar/torrentbar.ph$
> rewrite
> ^/forum/torrentbar/(.*)/([0123456789]*)-([0123456789qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM_]*)\.png$
> /forum/torrentbar/torrentb$
> rewrite ^/forum/torrentbar/(.*)/([0123456789]*)\.png$
> /forum/torrentbar/torrentbar.php?id=$2 last;
> rewrite ^/forum/torrentbar/([0123456789]*)\.png$
> /forum/torrentbar/torrentbar.php?id=$1 last;
> }
Жесть :)
http://perldoc.perl.org/perlre.html
[0-9a-zA-Z_], \d\w
--
Best regards,
Denis mailto:denis@xxxxxxxxxx
|