pedrorolando
pedrorolando

Reputation: 41

How do I point my Squarespace domain to my Heroku app?

I had a Squarespace website and domain, but I rebuilt it from scratch with heroku. Now I just need to transfer the domain I bought on Squarespace to my heroku app.

I guess in order to transfer your domain name away from Squarespace, you are supposed to go through some steps in the Admin dashboard, and at the end of it, they send you a code to use when you go to transfer it to a new hosting provider.

I followed these steps, and have the code, but I can't seem to find anywhere on the heroku site where I can enter it.

Does anyone know how to go about this?

Upvotes: 0

Views: 2613

Answers (1)

f0rest8
f0rest8

Reputation: 34

To point your domain to your Heroku app you can follow these steps:

  1. Go to your Heroku app settings and scroll down to "Add domain" and click that button
  2. Enter your domain (www.example.com)
  3. Heroku will create a DNS target for you (you will copy this into your squarespace DNS settings)
  4. Login to your squarespace account and access your dns settings (under "Advanced Settings")
  5. Add your Heroku DNS target there and save

    • e.g. www CNAME heroku-dns-target

Upvotes: 1

Related Questions