Hi,
I set up a cronjob with the following path:
/usr/local/bin/php /var/www/web1/html/generator/runcrawl.php
I actually copied this path from the "Cron job setup"-tab in the standalone sitemap generator.
You can use the following command line to setup the cron job for sitemap generator:
/usr/local/bin/php /var/www/web1/html/generator/runcrawl.php
However when the cronjob tries to execute the file I get the following error message:
/bin/sh: /usr/local/bin/php: No such file or directory
How can I resolve this?
Many thanks in advance
Sören