Hi I want to run a cron job to call a PHP script on my server. I am using Cpanel from my web host and these are the options:
- Minute:
- Hour:
- Day:
- Month:
- Weekday:
- Command:
I am really struggling to point the command to my file I am using this line /home/abbeysof/public_html/adi/cron/daily.php
but I am getting this error:
/bin/sh: /home/abbeysof/public_html/adi/cron/daily.php: Permission denied
I asked my web host for help and this is the response:
If you use cpanel to create it, it will fill in the path for you. Typically /home/username/public_html/etc
Can anyone please offer some advice?