CHMOD settings tell your server what permissions should be granted for
particular directories and files.
Here's an easy online form to generate the right CHMOD settings for your
files and directories:
Common CHMOD settings:
- Regular web page: 644
- Writable file: 666
- Standard directory and executable file, such as a CGI script: 755
- Writable directory: 777