cron daemon not getting correct controller

wzzbcqzas

New Member
I have almost successfully setup a Cron job on my server, but I cannot call the correct controller.Job: */15 * * * * php fullpath/index.php cron result: I get the HTML output of the default controller and not my Cron controller.job: */15 * * * * php fullpath/index.php cron index result: I get the HTML output of the default controller and not my Cron controller.Can someone please advice what wrong i am doing?NOTE: I don't want to use wget or curl
 
Top