Your host probably only has this line in their httpd conf file
"AddHandler cgi-script .pl"
To execute .cgi exstentions you need this line as well "AddHandler cgi-script .cgi" If you are on a dedicated you can add that your self. Else you have to contact you host and ask If they can do it
|