I have a file in mysite.com/url1/url2/cronjob.php which has to be run every minute. I try every combination, but can\'t succeed. What should I run in command line? Thank you
Steps your shell
$ crontab -e * * * * * php -f /path/to/cron.php ~ ~