Setup cron (command url with password protected runcrawl.php)
« on: October 29, 2008, 08:54:36 AM »
For a long time i was searching for the right way to setup the cronjob for xml-sitemap (standalone version)

This is the command url i use to get the cron working:

/usr/bin/php /var/www/vhosts/your_domain.com/httpdocs/generator/runcrawl.php user:password

- For your_domain.com fill in your own domainname
- For user fill in the username you use to get access to generator directory (if you protected the directory)
- For password fill in the password you use to get access to generator directory (if you protected the directory)

My control panel is Plesk, on other control panels the php directory maybe an other location.