PDA

View Full Version : Don't index all subdirectories


Shadowalex
01-09-2005, 09:48 AM
Hello,

I installed the Phpdig Search successful, but I have a problem when run the spider. In my root are 12 files and 21 subdirectories. If the index finished then only about half of it is ready.
I set some parameters in the config, for example:

define('SPIDER_MAX_LIMIT',200); //max recurse levels in spider
define('RESPIDER_LIMIT',100); //recurse respider limit for update
define('LINKS_MAX_LIMIT',200); //max links per each level
define('RELINKS_LIMIT',100); //recurse links limit for an update
define('LIMIT_TO_DIRECTORY',false); //limit index to given (sub)directory

define('LIMIT_DAYS',5); //default days before reindex a page

but nothing issue.
What is the solution?
Please help me! Thanks
/Sorry, but I am not english/

Charter
01-09-2005, 10:41 AM
PhpDig doesn't follow JavaScript, except for simple things like window.open() or window.location() type links.

Shadowalex
01-10-2005, 03:03 AM
Thanks!

I made this change, and everythings OK! Now, index all files and subdirectories!
:-)