Помогите с rewrite правилами, пожалуйста!
Igor Sysoev
is at rambler-co.ru
Tue Sep 18 13:26:00 MSD 2007
On Tue, Sep 18, 2007 at 01:07:39PM +0400, Vettchinov Mihail wrote:
> А не поможете перевести правила из апача в нгингс?
> Я перечитал всю небогатую документацию на нгинкс так ничего и не понял :(
>
> RewriteCond %{HTTP_HOST} ^hostname.ru$ [NC]
> RewriteRule ^(.*)$
> http://www.hostname.ru/$1 [R=301,L]
> RewriteCond %{QUERY_STRING} .+
> RewriteRule ^/*$ http://%{HTTP_HOST}/? [R=301]
server {
...
if ($args) {
rewrite ^ http://$http_host/? permanent;
}
...
}
server {
server_name hostname.ru;
rewrite ^(.*)$ http://www.hostname.ru$1 permanent;
}
--
Игорь Сысоев
http://sysoev.ru
More information about the nginx-ru
mailing list