Access Denied Https Wwwxxxxcomau Sustainability Best -
Title:
Access Denied: When Sustainability Stays Behind Closed Doors
-
- Whether the page is intentionally restricted.
- If an updated URL exists.
- If the access rule can be relaxed for transparency.
Conclusion: Transparency Cannot Be "Denied"
Root-cause investigation steps
Access Denied
Few things are more frustrating than clicking a link to a corporate sustainability report—something meant to be transparent and public—only to be met with a stark white screen and the words: . access denied https wwwxxxxcomau sustainability best
Action required:
Please investigate permissions, server config, or security rules blocking access to /sustainability/best . Confirm intended public availability. Provide ETA for resolution. Whether the page is intentionally restricted
- Reproduce the error in multiple environments: different browsers, incognito mode, different networks (mobile vs. office).
- Confirm HTTP status code and response body using curl:
curl -I -v https://www.xxxx.com.au/sustainability/best - Check server logs (access + error) around the request timestamp for 403/blocked messages and rule IDs.
- Inspect CDN/WAF dashboard (Cloudflare/Akamai/etc.) for recent triggered rules, IP blocks or rate-limit events.
- Verify file permissions and ownership for the page/path on the origin server.
- Review .htaccess, Nginx location blocks, or routing config for explicit deny/allow directives affecting /sustainability/best.
- Test from an external monitoring location (or online HTTP checker) to determine if block is geo- or IP-scoped.
- Confirm no recent deployments or config changes coincided with the issue.