Why am I getting a 403 Forbidden Error ?

A 403 Forbidden error occurs when the web server finds itself with insufficient permissions to run your script.

Make sure you have given the script proper permissions. In SSH, this is accomplished with: chmod 755 scriptname.cgi

If you are uploading via FTP, your FTP client probably has some facility for setting file permissions. You want to make sure that all choices (user, group, and other) have execute permission.
  • 0 Users Found This Useful
Was this answer helpful?

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....