Cron problem

evertuk

New Member
Messages
5
Reaction score
0
Points
0
Hi all,

Ok im trying to run a cron task. I have followed all threads about doing this to the letter. The command im using is:

php-cron /home/mycpanelusername/public_html/myfolder/reset.php?step=revive

Each time it runs it get the following email:

Status: 404 Not Found
X-Powered-By: PHP/5.2.5
Content-type: text/html

No input file specified.

I have double checked that file is infact there. I give up please help if you can.
Edit:
Nevermind i solved it, appears the problem was ?step=revive at the end of the command.
 
Last edited:
Top