404 Error on a file that exists?
- by Abs
Hello all,
A script makes a GET request to my URL like so:
http://mydomain.com/cgi-bin/uu_ini_status_audios.pl?tmp_sid=b742be1d131c4d32237a9f1fcdca659e&rnd_id=0.2363453360320319
However, I get a 404 returned straight away:
The requested URL /cgi-bin/uu_ini_status_audios.pl was not found on this server.
But that script exists on my server,…