I'm trying to setup a script and the instructions says: Run a cronjob on the file /auto/cron_config.php I've setup cronjobs before, but have a very limited knowledge, and it didn't mention a specific file. How do I do this? Thanks
You would have to tell it to use the php interpreter, so something like this in your crontab: php -q /home/username/public_html/auto/cron_config.php Note, you will need to use the full path to the file.
If you have cPanel you can setup cronjobs straight from your cPanel - At the bottom of your control panel " Cronjobs "