Quote:
Originally posted by UltraSonic
Might be because you have to restart the crontab i think
|
restart crontab???? huh??
that works
30 1 * * * /usr/local/bin/wget --spider -q
http://www.yourdomain.com/path/script.php >/dev/null 2>&1
the path top wget you can get with 'whereis wget' (SSH or telnet)
if it's htaccess/ htpasswd protected... then
http://user:[email protected]/path/script.php ....