Troubleshooting

How do I fix a 403 Forbidden error?

A 403 Forbidden error means the server understood the request but is refusing to serve the page. There are a few usual suspects.

  1. File or folder permissions. Folders should be 755 and files 644. If a folder is set too restrictively, the server cannot read it. Fix this in the File Manager (right-click → Change Permissions) via my.dirhamaday.ae.
  2. Missing index file. If a folder has no index.html or index.php and directory listing is off, you get a 403. Add an index file.
  3. .htaccess rule. A deny rule or an IP restriction in .htaccess can block access. If you edited it recently, temporarily rename it and test.
  4. ModSecurity. Our web application firewall may block a request that looks like an attack, for example submitting a form with unusual content. This produces a 403 on a specific action.

Tell them apart by when it happens: a whole-site 403 is usually permissions or .htaccess; a 403 only on a specific form or admin action is often ModSecurity.

If it is a legitimate action being blocked by ModSecurity, note the exact page and steps and contact our 24/7 team on WhatsApp +971 58 553 6767 or support@dirhamaday.ae. We can review the log and safely adjust the rule for your account.

Still need a hand? Our UAE-based team is here 24/7.

Related articles

My website is down, what do I do?How do I fix a 500 Internal Server Error?What causes 502 and 504 gateway errors?Why am I getting a 404 Not Found error?How do I fix "Error establishing a database connection"?