cPanel beginner tutorial 10 – Cron Jobs
In this tutorial I show you how to set up a cron job that will run a script on your site every few minute. You can also set cron jobs to run every hour, every day, once a week or once a year.
/* FILE PATHS
THIS WORKS
/usr/local/bin/php -q /home/yourCpanelUsername/public_html/filename.php
DIDNT TRY THIS
/usr/bin/php -q /home/yourCpanelUsername/public_html/filename.php
THIS DIDNT WORK FOR ME
/home/yourCpanelUsername/public_html/filename.php
*/
Playlist description
———————
In this tutorial series we’ll be learning how use the everyday tasks a web developer or webmaster needs to know. These tasks include managing files, MySQL databases, email accounts and more.
Links
———————
Visit this tutorial on my website: www.jozituts.com/
Follow Jozituts on social media:
facebook: https://www.facebook.com/jozituts
twitter: https://twitter.com/jozituts
youtube: https://www.youtube.com/jozituts
Follow my personal social media pages:
facebook: https://www.facebook.com/quentin.watt
twitter: https://twitter.com/QuentinWatt
youtube: https://www.youtube.com/QuentinWatt