Hello.
I need help setting up cron on the server.
The following examples are written in the documentation:
0 * * * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t hourly
0 0 * * * usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t daily
0 0 * * 0 usr/local/php5/bin/php /home/your_username/public_html/index.php -p cron -t weekly
I have this form on my server for adding a cron job (I added an image)
What should I write in Task* what address? I tried different variations, but nothing happens.