ПРОЕКТЫ 


  АРХИВ 


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 rules index.php/robots.txt


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: Rewrite rules index.php/robots.txt
  • From: Anton Bessonov <exelib@xxxxxxxxxxxxxx>
  • Date: Thu, 25 Feb 2010 12:16:06 +0100
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=orGYjiMA1TNna/HaiR5Qo0swIyV/f93YtY17ZGqpe7c=; b=AWRtIUl2HJ3PWoKt8eZDavbBEnASymr2TrSaVobvSFm3/TG9kpDXTRAUifH/QWXPYX Z2W4qjnWIUCQ9s4cBciCSWnYWcXRDOVG7M37FR8V/u+/jFAaXLTvhcQKr1io93vzIcQ0 EfW0pIGvr4jF+dUxcUpPcWWjAwyhFRj2JfxeI=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=e8aarSklJm0RrvBMotcAuAH4wkXgLmzfC3S7bTM1ZgY/JbRiWyVwVgnh/CKi3gr8/L 8J2DPj2q2VixW7oI44VGtroL63p/fNVYbn3Rtm6r0FQa9JYSEloi9A6xs5HUGARg/lnz 97g33kc+kDFFzw1KU48+/d54/0sXZRzqLRSYk=
  • In-reply-to: <20100225103328.GA59583@xxxxxxxxxxxxx>
  • References: <cdd31def3d65df1f083addc2d7d0b440.NginxMailingListRussian@xxxxxxxxxxxxxxx> <20100225103328.GA59583@xxxxxxxxxxxxx>

Igor Sysoev schrieb:
On Thu, Feb 25, 2010 at 02:57:00AM -0500, akyrzaman wrote:

Здравствуйте

Не могу вкурить, как переделать .htaccess правила wordpress для хука do_robots 
под nginx.

Под апачем при вызове фаила http://localhost/robots.txt обрабатывается хук 
do_robots

После долгих ковыряний нашел такой вызов, http://localhost/index.php/robots.txt

Но как такое провернуть на nginx?

Или в какую сторону копать?

Как выглядят htaccess правила wordpress для хука do_robots, я не знаю,
а http://localhost/robots.txt в http://localhost/index.php/robots.txt

location = /robots.txt {
    fastcgi_pass   ...
    fastcgi_param  SCRIPT_FILENAME    /path/to/index.php;
    fastcgi_param  PATH_INFO          /robots.txt;
    include  fastcgi_params;
}


Извиняюсь за оффтопик, но может стоит линк "New Topic" направить на чистую страницу с 2 опциями - "поиск" и "rtfm"? Или просто перевести в ридонли...


_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.