Overview
File permissions control who can read, write, or execute files on your website. Enhance allows you to adjust permissions directly from the File Manager.
Changing permissions
- Select a file or folder.
- Click Permissions.
- Adjust the checkboxes or numeric CHMOD value.
- Save your changes.
Common permission values
- 644 — standard for files
- 755 — standard for folders
- 600 — sensitive config files or even 444
Security tips
- Never set files to 777.
- Ensure folders are executable (755).
- Keep configuration files restricted.