I have looked through the forums and have not found a solution to this question that works.
Until the server migration, a perl script I use in several applications worked fine. Now I receive:
Forbidden
You don't have permission to access /cgi-bin/sccgi04.pl on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
when I try to access the file. The file (sccgi04.pl) permission is set to 755, the same as my cgi-bin directory. My .htaccess file is empty. I've also tried placing the file directly in my public_html folder with the same results.
Suggestions?
Until the server migration, a perl script I use in several applications worked fine. Now I receive:
Forbidden
You don't have permission to access /cgi-bin/sccgi04.pl on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
when I try to access the file. The file (sccgi04.pl) permission is set to 755, the same as my cgi-bin directory. My .htaccess file is empty. I've also tried placing the file directly in my public_html folder with the same results.
Suggestions?