Hi there,
I’m having trouble setting up a cron job on an ee template.
Example of command is below.
Min H DM M DW Command
* * * * * /usr/bin/lynx -dump “http://mydomain.co.uk/myTemplates/myScript/”
The problem that i’m having is that the cron job is pointing to the virtualised directory within expression engine.
There isn’t an actual directory on my server called ‘myTemplates’, and as such the cron job cannot find the script with the template ‘myScript’ to run it.
The script within the template ‘myScript’ has to be within EE as it contains EE code.
I’m guessing thia is a pretty common situation and would appreciate some pointers.
Cheers
Peter