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.
- File or folder permissions. Folders should be
755and files644. 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. - Missing index file. If a folder has no
index.htmlorindex.phpand directory listing is off, you get a 403. Add an index file. - .htaccess rule. A deny rule or an IP restriction in
.htaccesscan block access. If you edited it recently, temporarily rename it and test. - 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.