Cron Jobs
From Hostek.com Wiki
cPanel/Linux - Setting up Cron Jobs
- Please keep in mind that you may have to have a cron job be executed by a specific service.
- For Example a PHP File to be run:
/usr/bin/php -q /home/user/public_html/cron.php
- If you do not want the email to be received for confirmation you will need to add the following to the end of your request:
/usr/bin/php -q /home/user/public_html/cron.php > /dev/null
- If you are using get for a http request it would be like this:
/usr/bin/curl --silent --output /dev/null http://yourdomain.com/cron.php
WCP/Windows - Setting up Cron Jobs
- This option is currently not available within our Windows plans, which utilize WCP (MochaPanel).
- Alternatively, if you have need of a Cron Job: please submit a ticket to our support team (here: Support) or send an email to support@hostek.com with the Frequency and the URL of the Task and we'll see if we can't get that added for you.