I am trying to create a crontab to run a php script every minute:
* * * * * http://tutorialcow.com/Resources\%20_Blocked/Session/Change_Salt.php
It doesn’t work, and I can’t figure out how to debug it.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hay, for first sorry, for my very bad english ;)
And to your question:
You must run a client as prefix for your cronjob how:
in my opinion is:
the best you can do, if it’s file running on localhost
You need to do something with that http:// address. I think what you want is to execute the PHP file, so I’d recommend
wget gets a URL
-O - redirects the output from a file (~/Change_Salt.php) to stdout
If there are errors, you’ll receive an email from cron.