How do I fix a "403 Forbidden" error? Print

  • 0

A 403 means the server refused access to the requested resource. The most common cause is incorrect file or folder permissions.

  1. In cPanel File Manager, set folders to 755 and files to 644. Never use 777.
  2. Confirm an index file (index.html or index.php) exists in the directory, or directory listing will be blocked.
  3. Check .htaccess for Deny, Require, or IP rules and temporarily rename it to test.
  4. A ModSecurity rule may be blocking the request — check cPanel ModSecurity or the error log.

If permissions and .htaccess are correct, open a ticket with the blocked URL.


Was this answer helpful?

« Back