- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: Maxime
Subject: Re: Зациклился indexer

С помощью команды Disallow вы можете запретить индексирование страницы 
delete_cookie.php:
Disallow regex delete_cookie\.php

С помощью команды ReverseAlias - вырезать sid из индексируемых URL:
ReverseAlias regex (http://.*)\?sid[=\-][^&]*$ $1
ReverseAlias regex (http://.*)\?sid[=\-][^&]*(.*) $1?$2
ReverseAlias regex (http://.*)&sid[=\-][^&]*$ $1
ReverseAlias regex (http://.*)&sid[=\-][^&]*(.*) $1$2
ReverseAlias regex (http://.*)&sid[=\-][^&]*$ $1
ReverseAlias regex (http://.*)&sid[=\-][^&]*(.*) $1$2

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=06;topic_id=1194848899

Ответить