2

I recently set up my octopress blog at http://davidmjohnson.me. This domain works fine, but when I try http://www.davidmjohnson.me, I get a heroku "no such app" error. Why is the www not working? Do I need to add a redirect from http://www.davidmjohnson.me to http://davidmjohnson.me?

Skyhawk
  • 14,149
  • 3
  • 52
  • 95
The Internet
  • 473
  • 1
  • 8
  • 17

1 Answers1

4

You just need to add the subdomain:

heroku domains:add www.davidmjohnson.me

There is nothing magical about the www subdomain. If you want to use it, you need to configure it. It sounds like you have done this in your DNS settings but not in your Heroku setup.

Skyhawk
  • 14,149
  • 3
  • 52
  • 95