Is it possible to put a codeigniter function into a cronjob in cpanel?
This is how i put in a regular file:
/usr/local/bin/php -f /home/codeigniter/public_html/cron.php
But if would be to try something like this:
/usr/local/bin/php -f /home/projekti/public_html/index.php/cron/cron
... i get an error “Could not open input file”.
Any thoughts? 😊