Re[2]: помогите переделать правило rewrite

Denis F. Latypoff denis at gostats.ru
Fri May 16 18:30:20 MSD 2008


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 at gostats.ru






More information about the nginx-ru mailing list