I am using an AWS S3 bucket, Cloudfront, and Route53. And for details of how I have my setup, here is a link to an answer I did telling people how to set this all up. If going to www.<MyWebsite>.com/about I get this:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>PD94JP7DNG6TPDQF</RequestId>
<HostId>
qc0Fvl3fiS7igVeBEYfwvX19so0dH3hmIWNRBOcveK+j4DMmoPZQsxmbeA0XhFisy1BQvxmmrj8=
</HostId>
</Error>
But if I go to www.<MyWebsite>.com and using the navigation bar of my site go to the "about" section, I get there just fine. So AWS doesn't like me hitting the about url directly. What do I need to do to allow for any subpage do be hit?
This might be a duplicate of: Receive AccessDenied when trying to access a page via the full url on my website
If so then I will mark this as duplicate, standby.