I’m currently trying to set up cgi on a subdomain, and I’m getting internal server errors. I’m sure I don’t have cgi set up for the subdomain. Do I need to explicitly set this? I’ve tried the following in my .htaccess file under the subdomain;
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
I’m getting ISE’s with this and without the .htaccess file.
Thanks!