I'm using phpdig 1.6.x (according to the header in the PHP file) and I have indexed my site from the web interface. However, when I come to use set it up via the command line, it doesn't seem to do anything.
I have this in my crontab but it doesn't appear to have any effect:
Code:
0 * * * * php -f /home/username/public_html/search/admin/spider.php all
If I run the command on the command line then nothing happens. After a second delay, it just goes back onto a clear prompt. The same happens if I try and index a new site from the command line.
Is it actually doing anything because it doesn't seem to be? How can I go about sorting this?
I'm running Red Hat 9 on my dedicated server.