Where should I put CGI scripts?

where do I put cgi scripts
CGI scripts can be placed in any directory on your account. They are typically placed into the cgi-bin directory for consolidation. Be sure to follow the instructions for the script you are uploading regarding setting permissions on the files and folders you create, as they vary from script to script. Generally CGI scripts need to have permissions set to 755.
  • 652 Users Found This Useful

Was this answer helpful?

Related Articles

UBB: Domain of sender address username@web0x.ultrawebhosting does not exist

UBB allows you to put a path to sendmail or the name of a SMTP server. Switch to...

Where can I get other CGI Scripts?

Some great sites for downloading scripts... http://www.CGI-Resources.com http://www.CGIDir.com

How to pass variables from one html page to another

To pass a variable from one form to another this can be performed a couple of ways. The easist is...

How to Parse HTML as SHTML

Create an .htaccess file and upload it to the root of your public_html directory. Include the...