General Rules for File Permissions
Setting file permissions is very important in getting CGI scripts to work on your web site. Follow the below step to understand file permissions. To begin: Pages should be readable/writeable by the owner and readable by the web visitor. Scripts should be readable/writeable/executable by the owner and readable/executable by the web visitor. The following are [...]

