PDA

View Full Version : how to limit phpdig only to my domain??


hasan
08-20-2006, 06:59 AM
Hello!

I have installed phpdig on my site http://www.urduhost.com and now want to index my 2-3 sites. But the problem is, phpdig moves to other domains when it found links on my website pages.

For instance, I am using statcounter.com counter and phpdig jumps on statcounter.com and starts indexing their site too :confused:

Any hint ?? please help me. thanks.

Hasan

sandychan
08-31-2006, 12:32 AM
I think you should able to set under config.php

define('LIMIT_TO_DIRECTORY',false); // 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