Can anyone tell me how to get a PHP script to work inside a cgi-local directory?
I have a shared web hosting. Instead of a cgi-bin directory the hosting has a "cgi-local" directory.
The web hosting provider has set up a "cron job" to activate a script. According to the documentation for the hosting the script has to be inside the "cgi-local" directory in order for the cron job to execute the script.
There's only one problem. My PHP script won't work inside the cgi-local directory.
I would appreciate if anyone could provide information.
Thanks.