Thread: Limit indexing
View Single Post
Old 10-01-2006, 05:15 PM   #1
millo
Green Mole
 
Join Date: Oct 2006
Posts: 3
Limit indexing

Hello !

I woul'd like know how limit the indexing for only one domaine.

I want index example.com but I don't want index external link on example.com

How I do it ?



Edit: I'm french, so I can't understand all the config file, and i think I must see this part :

PHP Code:
define('LIMIT_TO_DIRECTORY',true);              // limit index to given (sub)directory where (sub)directories of give (sub)directory are NOT indexed
                                                 // for limit to directory, URL format must either have file at end or ending slash at end
                                                 // e.g., http://www.domain.com/dirs/ (WITH ending slash) or http://www.domain.com/dirs/dirs/index.php

define('ALLOW_SUBDIRECTORIES',true); 
Thanks

Last edited by millo; 10-01-2006 at 05:18 PM.
millo is offline   Reply With Quote