Web Hosting Talk







View Full Version : Server Parsing CGI Scripts (.htaccess)


Shawn (GEcom)
02-08-2001, 12:03 AM
Can anyone please help me?

I would like to know the exact code in the .htaccess file to allow the server to parse .cgi files. Any assistance is greatly appreciated.

Thanks,
Shawn

Travis
02-08-2001, 12:26 AM
Try this:

AddHandler cgi-script .cgi

Shawn (GEcom)
02-08-2001, 09:40 PM
Thanks for the reply Travis, but it did not work :(

Im creating these HTACCESS files from scratch, so is this all I would add in the whole file for this directory?

Any other suggestions?