Where do I place CGI scripts?

Although you can place cgi scripts in random directories throughout your site, it's best if you keep them in their own directory, the cgi-bin. This minimizes security risks and allows you for easier maintenance.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How do I change File Permissions?

If you're new to scripting, or getting the dreaded "Internal Server Error" when you try to run a...

How do I use get_browser functions in my php?

get_browser is a php function that tells what the user's browser is capable of [1].You can place...

How do I edit the text of my web page?

If you have a web page created by someone else, you can edit the text easily. Here's how:1....

I have two index files in public_html directory but Apache is picking one with .html extension. How can I change its order?

Apache's 'DirectoryIndex' directive is used for this purpose. On our servers we have 'index.html...

I am using php4, is there any problem using php5 for my applications?

This can be correctly answered by the developer/vendor of your web applications. If they say that...