I've been dealing with recurring 403 Forbidden errors on my site, and I can't seem to pin down the cause.
The strange part is that it isn't consistently happening on every page. Some requests work normally while others suddenly return a 403, and it can sometimes disappear and come back later.
I've already checked the obvious stuff — file permissions, .htaccess, caching, and the usual WordPress settings — but I'm still missing something.
The site is behind a CDN/security layer as well, so I'm wondering if this could be a firewall or WAF rule rather than an actual server permission problem.
If anyone has dealt with persistent or intermittent 403s like this, I'd appreciate hearing what eventually turned out to be the cause. I'm happy to provide logs or configuration details if needed.
The strange part is that it isn't consistently happening on every page. Some requests work normally while others suddenly return a 403, and it can sometimes disappear and come back later.
I've already checked the obvious stuff — file permissions, .htaccess, caching, and the usual WordPress settings — but I'm still missing something.
The site is behind a CDN/security layer as well, so I'm wondering if this could be a firewall or WAF rule rather than an actual server permission problem.
If anyone has dealt with persistent or intermittent 403s like this, I'd appreciate hearing what eventually turned out to be the cause. I'm happy to provide logs or configuration details if needed.
Comment