I can reindex from the command line with no problem, but it will only reindex the sites allready in the database.
From shell and in the phpdig-admin folder, I enter:
"php -f spider.php cronlist.txt"
It will reindex the sites allready in the database but not the sites in the text file.
If I enter:
"php -f spider.php
http://www.domain.com"
I get the same result.
PHP ver is 4.1.2
I also tried to setup the cron job but it's not working. However I would perfet to use the command line.