It looks like you’re asking for a review of a webpage with the URL fragment “access denied https wwwxxxxcomau sustainability fix” — but the domain is partially redacted (xxxxx), and the actual content isn’t accessible due to an “access denied” error.
From what you’ve provided, here’s a general review of the situation:
The Symptom: You can access the URL by typing it directly into the address bar, but you get Access Denied if you click the link from a PDF, an email, or a third-party website (e.g., an investor forum). access denied https wwwxxxxcomau sustainability fix
The Root Cause: 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 Fix:
.htaccess for Apache; server block for Nginx).RewriteCond %HTTP_REFERER !^https://www.xxxxcomau/ [NC]
RewriteCond %HTTP_REFERER !^https://www.msci.com/ [NC]
RewriteRule .*\.(pdf|html)$ - [F,NC]
Remove the [F] flag (Forbidden) for the /sustainability/fix URI.Look for a general contact email (privacy@, info@, sustainability@). Politely report:
“I receive ‘Access Denied’ when trying to view your sustainability page at [full URL]. I am an Australian resident using [browser name]. Please check your CDN or permissions.”
If your sustainability page is accidentally marked noindex, nofollow and your server requires authenticated sessions, a bot may trigger a block. Ensure the page is public. It looks like you’re asking for a review
downforeveryoneorjustme.com.If the page is legitimate but temporarily blocked, view a cached copy:
web.archive.org and paste the URL.