RewriteCond ?

Halfi nginx-forum на nginx.us
Чт Окт 28 19:29:17 MSD 2010


Спасибо все, сделал с location
[code]
    location ~ ^/(([-_a-zA-Z0-9/]+)([-_a-zA-Z0-9]+))$ {
        rewrite  ^(.*)$  http://$http_host$1/ permanent;
    }
[/code]
Кому интересно.

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,145111,145359#msg-145359




Подробная информация о списке рассылки nginx-ru