Vishal Patil
Vishal Patil

Reputation: 53

cron job not works for codeigniter 2.2.5

I have used following command in cpanel to run cron but its not working. PHP version : 5.4

Codeigniter Version : 2.2.5

Please help me!!

/usr/local/bin/php /home/username/public_html/subdomain/index.php controller function

Upvotes: 1

Views: 125

Answers (1)

Shoaib Akhter
Shoaib Akhter

Reputation: 404

Try this command

 wget -O - -q -t 1 http://domain.com/subdomain/index.php/controller/function    

Upvotes: 2

Related Questions