0

I have a static website (HTML) hosted on AWS. I just closed my account and I'm hosting it on Heroku. So it's running fine now using the url domainname.heroku.com but when I try to use my custom domain name www.domainname.com it doesn't work. I get:

403 Forbidden

Code: AllAccessDisabled

Message: All access to this object has been disabled

RequestId: F42E2D54503B0028

HostId: PdeViOEs3DIZw4HhtSfR7ZZJfW+ykO7FvKa48

Is this problem coming from AWS or Heroku? Plzz help!

Square-root
  • 693
  • 1
  • 8
  • 21

1 Answers1

1

If you have done the following then you may just need to clear your local dns cache or wait for dns to propagate as that error is from AWS, so your browser is still resolving to the old environment.

In your project folder in terminal (on your computer) write heroku domains:add www.example.com (where www.example.com is the domain you have bought at GoDaddy)

NHol
  • 1,866
  • 11
  • 24