Can someone direct me to more elaborate instuctions:
Set daily cron job to update the (Google) sitemap
0 0 * * * GET http://www.domain.com/sitemap.php > /dev/null
Can someone direct me to more elaborate instuctions:
Set daily cron job to update the (Google) sitemap
0 0 * * * GET http://www.domain.com/sitemap.php > /dev/null
Howdy CEC,
The way I used to set mine up, was log into my webhosting, they had cpanel, and in there you can set up your cron jobs,
It should make alot more sense when your in there...
Cheers Ezy
My, slovak webhosting provider provides only som kind of old webcron script (cronwm beta), where I sould make some small modification to instructions:
0 0 * * * http://www.domain.com/sitemap.php
Now, this works for me fine.
thanks!