Website always shows ((( Forbidden )))
When I'm trying to edit the logo or but the smtp server setting it's show always ((( Forbidden ))) and I can't edit anything ... so what is the problem and how I can solve plz dorbiddenForbidden
Answer:
It seems you are using shared hosting, so mod_security is the reason for this issue. Please go to your hosting control panel, find mod_security, and disable it — your website should then work normally.
Alternatively, you can send me your hosting account, and I can help you disable it.
This issue occurs due to different security policies between shared hosting and VPS. On shared hosting, multiple websites run on the same server, so the hosting provider needs to enforce strict security rules (like mod_security) to protect the entire system.
Some mod_security rules may block requests that contain HTML attributes due to concerns about XSS (Cross-Site Scripting) or SQL Injection. Shared hosting offers stronger default security for users who lack experience managing servers. However, it can impose limitations for developers.
👉 Solution: If you need a long-term fix for saving HTML attributes or handling complex requests, VPS is a better option. But if you're staying with shared hosting, check the mod_security logs or ask your hosting provider to adjust the rules accordingly.
Was this article helpful?