I have PHP on safe_mode globally, but turned it off for the vhost containing phpdig.
Tried the cron with php but still got this message (even though safe_mode is off for that vhost) :
PHP Warning: set_time_limit(): Cannot set time limit in safe mode
I then tried the following cron
That worked, the site got spidered
I would like to have the site indexed/updated on a weekly basis, should the above mentioned cronjob work or do I have to change it?
Also what does the "site is recently spidered" error mean? recently as in 1 hour, 1 day, 1 week? How long do you have to wait before you can spider it again?