CGI scripts need to be set executable. You need to change the mode, or permissions, of your programs with your FTP program, and make them 755, or rwxr-xr-x.
Note: A lot of scripts out there will tell you need to make them 775 or even 777. This is not good! It means anyone on the server can write to your script, and since its executable and executes as you, it could delete all your files
- 0 Users Found This Useful
Related Articles
What is the exact physical path to your root directory on the webserver ?
The path to your root directory is:/home/username/Obviously, substitute "username" with the login...
I am unable to delete CGI related files...
If you have any files or folders that were created by a cgi script running on your account, you...
How do I setup Hit Counters, Guestbooks, etc ?
We have a collection of CGI scripts that are already pre-installed on your hosting account. Some...
Do your servers support Python ?
Yes. It can be found at the following location:/usr/bin/python
Can I use flat file database driven forums ?
We do not allow the use of flat file database driven forums such as UBB or YABB bulletin boards....