Re: to www or to not www

2009-06-04 Thread Trevor Turk

It would be nice to have an automatic redirect that didn't require
application code, but you can also do something like the
before_filter :ensure_domain bit of documentation here:

http://docs.heroku.com/custom-domains#heroku-setup

- Trevor

On Jun 1, 11:45 pm, foi foi.fi...@gmail.com wrote:
 I have had the same problem as you. I have decided like this, at
 screenshoot's shows how to configure 
 DNShttp://i718.photobucket.com/albums/ww183/foifirst/CNAME.png
 and test of the 
 domainhttp://i718.photobucket.com/albums/ww183/foifirst/domains.png
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-06-01 Thread foi


I have had the same problem as you. I have decided like this, at
screenshoot's shows how to configure DNS 
http://i718.photobucket.com/albums/ww183/foifirst/CNAME.png
and test of the domain 
http://i718.photobucket.com/albums/ww183/foifirst/domains.png
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-31 Thread Oren Teich
Was digging around today a bit more, and looks like I wasn't correct last
time.I explicitly setup both www and the root domain to point to heroku:

te...@bigshinymac ~/Sites/zed9 (master)$ heroku domains
Domain names for zed9.heroku.com:
zednine.com
www.zednine.com

If I leave off the www one, it doesn't work.

Oren


On Thu, May 28, 2009 at 7:59 PM, Oren Teich o...@teich.net wrote:

 Do you have your DNS setup correctly?  I have my heroku domain name set to
 my root domain - zednine.com.  I then have DNS for both www and the domain
 pointing to heroku, and both www.zednine.com respond as well as just
 zednine.com.

 Oren


 On Thu, May 28, 2009 at 2:16 PM, August Lilleaas augustlille...@gmail.com
  wrote:


 Hello there,

 it would make a lot of sense to have 'www.myapp.com' work when you
 enter 'myapp.com' as the domain name in the heroku admin panel. At the
 moment, this does not seem to be the case — e.g. www.figureoutwhen.com
 doesn't work, when 'figureoutwhen.com' is the setting in the heroku
 admin panel.

 I am aware of the custom domain name feature, but 'www' doesn't really
 count as a custom domain ihmo, it's web convention.
 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-29 Thread August Lilleaas

On May 28, 11:34 pm, Harry Vangberg ha...@vangberg.name wrote:
 I for one really don't want Heroku to assume that 'foo.bar' equals
 'www.foo.bar', because it doesn't. Never.

In the real world, it does. For none-techies, it's the same thing.

 Do you have your DNS setup correctly?  I have my heroku domain name set to
 my root domain - zednine.com.  I then have DNS for both www and the domain
 pointing to heroku, and both www.zednine.com respond as well as just
 zednine.com.

Well, 'host www.figureoutwhen.com' yields 'heroku.com', so I think it
is setup correctly.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-29 Thread August Lilleaas

..with that said, it would make sense if www.foo.com 301-ed to
foo.com. But if anything, people can do that in a before filter in
their rails app, too, so having heroku handle it isn't the only way
out.

On May 29, 8:25 am, August Lilleaas augustlille...@gmail.com wrote:
 On May 28, 11:34 pm, Harry Vangberg ha...@vangberg.name wrote:

  I for one really don't want Heroku to assume that 'foo.bar' equals
  'www.foo.bar', because it doesn't. Never.

 In the real world, it does. For none-techies, it's the same thing.

  Do you have your DNS setup correctly?  I have my heroku domain name set to
  my root domain - zednine.com.  I then have DNS for both www and the domain
  pointing to heroku, and bothwww.zednine.comrespond as well as just
  zednine.com.

 Well, 'hostwww.figureoutwhen.com'yields 'heroku.com', so I think it
 is setup correctly.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-29 Thread August Lilleaas

Any heroku staffers around that could shed some light on why
www.figureoutwhen.com doesn't work?

On May 29, 9:32 am, August Lilleaas augustlille...@gmail.com wrote:
 ..with that said, it would make sense ifwww.foo.com301-ed to
 foo.com. But if anything, people can do that in a before filter in
 their rails app, too, so having heroku handle it isn't the only way
 out.

 On May 29, 8:25 am, August Lilleaas augustlille...@gmail.com wrote:



  On May 28, 11:34 pm, Harry Vangberg ha...@vangberg.name wrote:

   I for one really don't want Heroku to assume that 'foo.bar' equals
   'www.foo.bar', because it doesn't. Never.

  In the real world, it does. For none-techies, it's the same thing.

   Do you have your DNS setup correctly?  I have my heroku domain name set to
   my root domain - zednine.com.  I then have DNS for both www and the domain
   pointing to heroku, and bothwww.zednine.comrespondas well as just
   zednine.com.

  Well, 'hostwww.figureoutwhen.com'yields'heroku.com', so I think it
  is setup correctly.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-29 Thread slin

Maybe you need Wildcard Domains On - Heroku pricing 5$ or do
something like this with your domain registrar:

1. @ (just nothing) CNAME heroku.com

2. www CNAME redir.register.com.

3. (somewhere in the panel - Direct forwarding) yourdomain.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-29 Thread Oren Teich
I believe if you want an official heroku response, your best bet is to go to
the support portal:
http://support.heroku.com/portal

Oren


On Fri, May 29, 2009 at 6:33 AM, August Lilleaas
augustlille...@gmail.comwrote:


 Any heroku staffers around that could shed some light on why
 www.figureoutwhen.com doesn't work?

 On May 29, 9:32 am, August Lilleaas augustlille...@gmail.com wrote:
  ..with that said, it would make sense ifwww.foo.com301-ed to
  foo.com. But if anything, people can do that in a before filter in
  their rails app, too, so having heroku handle it isn't the only way
  out.
 
  On May 29, 8:25 am, August Lilleaas augustlille...@gmail.com wrote:
 
 
 
   On May 28, 11:34 pm, Harry Vangberg ha...@vangberg.name wrote:
 
I for one really don't want Heroku to assume that 'foo.bar' equals
'www.foo.bar', because it doesn't. Never.
 
   In the real world, it does. For none-techies, it's the same thing.
 
Do you have your DNS setup correctly?  I have my heroku domain name
 set to
my root domain - zednine.com.  I then have DNS for both www and the
 domain
pointing to heroku, and bothwww.zednine.comrespondas well as just
zednine.com.
 
   Well, 'hostwww.figureoutwhen.com'yields'heroku.com', so I think it
   is setup correctly.
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-28 Thread Harry Vangberg

I for one really don't want Heroku to assume that 'foo.bar' equals
'www.foo.bar', because it doesn't. Never.

2009/5/28 August Lilleaas augustlille...@gmail.com:

 Hello there,

 it would make a lot of sense to have 'www.myapp.com' work when you
 enter 'myapp.com' as the domain name in the heroku admin panel. At the
 moment, this does not seem to be the case — e.g. www.figureoutwhen.com
 doesn't work, when 'figureoutwhen.com' is the setting in the heroku
 admin panel.

 I am aware of the custom domain name feature, but 'www' doesn't really
 count as a custom domain ihmo, it's web convention.
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---



Re: to www or to not www

2009-05-28 Thread Oren Teich
Do you have your DNS setup correctly?  I have my heroku domain name set to
my root domain - zednine.com.  I then have DNS for both www and the domain
pointing to heroku, and both www.zednine.com respond as well as just
zednine.com.

Oren

On Thu, May 28, 2009 at 2:16 PM, August Lilleaas
augustlille...@gmail.comwrote:


 Hello there,

 it would make a lot of sense to have 'www.myapp.com' work when you
 enter 'myapp.com' as the domain name in the heroku admin panel. At the
 moment, this does not seem to be the case — e.g. www.figureoutwhen.com
 doesn't work, when 'figureoutwhen.com' is the setting in the heroku
 admin panel.

 I am aware of the custom domain name feature, but 'www' doesn't really
 count as a custom domain ihmo, it's web convention.
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~--~~~~--~~--~--~---