403 Forbidden on perl script

Status
Not open for further replies.

leo.izen80

New Member
Messages
1
Reaction score
0
Points
0
I have a 403 forbidden error on my script:

Cannot access /index.cgi

However, I checked with FTP and with cPanel file manager and both say that It has read and execute permissions for everyone. The directory is accessible if I name index.cgi something else, and this is my .htacess file:

<Limit GET POST>
order allow,deny
allow from all
</Limit>

What's wrong?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Due to repeated abuse by some members, cgi (Perl and Python from the Web) has been disabled on the Free servers.

There has not been an announcement as to if or when it will be enabled again.
 
Status
Not open for further replies.
Top