Is there somebody who can help me out with my issue?
I would like to start a cron job ( schedules task ) in linux which directs to a PHP website.
The link that has to load every 10 minutes is:
http://sub.domein.eu/cron/index.php?/Tickets/TicketsMinute/GeneralTasks
As you can see, after the "php?" it continues with: /Tickets/TicketsMinute/GeneralTasks
The cron job in ISPConfig doesn't execute the above ( entire link ) command, as I think the last part /Tickets/TicketsMinute/GeneralTasks is not being recognised as a URL.
If I enter the URL in my browser, everything works fine, so nothing is wrong with the script.
Would you please tell me what the part: /Tickets/TicketsMinute/GeneralTasks includes?
Any information would be appreciated and please be advised, I am a newb in PHP ( as you already discovered I assume :-) )
Thanks in advance.