How to Fix Permission Denied Errors in cPanel
Posted about 8 months ago 4.8kUnderstanding 403 Forbidden
Permission issue: Server refuses access due to file/folder permissions.
Check Current Permissions
File Manager → Right-click → Change Permissions → Note current values.
Correct Permission Settings
Standard Values
- Folders: 755
- Files: 644
- wp-config.php: 600 (recommended)
Fix in File Manager
Select folder → Change Permissions → Apply to directories/files recursively.
Common Causes Table
| Cause | Solution |
|---|---|
| Too restrictive (e.g., 600 on folders) | Set 755 |
| Wrong ownership | Contact host (shared hosting) |
| Index Manager set to No Indexing | Allow indexing or add index file |