I have a Perl Script I'm trying to debug. I have a premium account for just this purpose. I uploaded my script to cgi-bin folder, changed the permissions to 755 and made the first line of code
#!/usr/bin/perl
my result is
Forbidden
You don't have permission to access /encrypt.pl on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
what am i doing wrong or leaving out?
#!/usr/bin/perl
my result is
Forbidden
You don't have permission to access /encrypt.pl on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
what am i doing wrong or leaving out?