PDA

View Full Version : Place CGI scripts in the appropriate folders


nicholas
06-29-2003, 06:30 AM
Please place all cgi and .pl scripts in your cgi-bin

Do not place image files in the cgi-bin, if you have just installed a program called exampleprogram.cgi

and it has a folder full of images, make another folder outside the cgi-bin called exampleprogram

Running cgi scripts outside the cgi may prevent the script from working properly and definately is a security risk to your account and our servers.

Also file permissions on cgi and .pl files must be set at no higher than 755

thankyou.