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