Access Denied Https Wwwxxxxcomau Sustainability Fix May 2026

The CDN (Akamai, Fastly, CloudFront) has a stale edge certificate or a mismatched host header. When the CDN requests https://www.xxxxcomau/sustainability/fix from the origin server, the origin sees the CDN's IP and denies access because the Host header doesn't match the expected domain.

The slug /sustainability/fix contains the sequential characters fix . The WAF's signature set falsely identifies this as an attempt to access php://filter or a fix in a SQL UNION statement. Because fix is a reserved word in some regex blacklists, the request is killed.

The Symptom: "Access Denied" appears only for users on specific ISPs (e.g., Telstra vs. Optus). The error is a 403 with ERR_SSL_VERSION_OR_CIPHER_MISMATCH in the console. access denied https wwwxxxxcomau sustainability fix

The "Access Denied" message includes a Reason: XXXX – e.g., "Reason: Directory Traversal" or "Reason: SQL Injection attempt."

The server's hotlink protection is inspecting the Referer header. If the referrer is not www.xxxxcomau , the server denies access. Sustainability pages are frequently linked from external ESG rating agencies (CDP, MSCI), which triggers this false positive. The CDN (Akamai, Fastly, CloudFront) has a stale

However, I can write a definitive, long-form guide based on that cause "Access Denied" errors on corporate /sustainability/ subfolders.

Below is a comprehensive article designed to help developers, site owners, and SEO professionals resolve this issue. Target URL pattern: https://www.[domain].com.au/sustainability/fix The WAF's signature set falsely identifies this as

Encountering an "Access Denied" error (HTTP 403, 401, or a custom branded block page) on a corporate sustainability page is a critical failure. For Australian enterprises ( .com.au ), these pages often house mandatory Modern Slavery Statements, Net Zero transition plans, or Annual ESG reports. An access barrier here doesn't just break a link—it damages regulatory compliance and stakeholder trust.