Thanks Albert. I thought that might be what you were referring to. It's a different case, though. I do need to serve the app from the naked domain ( exmaple.com) without redirecting it to www.example.com. As far as I can tell, it's not possible now. So I'm doing a dirty hack of serving the page from a dedicated server which pulls it's data from the app engine. I really want to not have to do that, though. I hope that feature gets added soon.
Waleed On Thu, Mar 11, 2010 at 2:08 AM, Albert <[email protected]> wrote: > Hi Waleed! > > I don't think I did anything special really. I decided to take a look > into my configurations, and I realized that I really didn't do > anything at all. I set that app about a year ago, and I haven't > touched it since, so I had to look into my configurations again. And > after some testing, I think my Domain Name Provider (name.com) > automatically redirects traffic from "example.com" to > "www.example.com". So I think that's the reason why it works. I don't > have anything configured for my base domain name. This effect may not > be the same across different Domain Name providers. > > By the way, I don't have any of my domain names pointing to any IP > Address. > > I have no problem since it's fine with me if the same app is served > through "www" and base domain. > > If I'm not mistaken, you probably want to serve one app on the "www" > and another on the base domain. In that case, I don't know yet how to > make that work. > > I hope this helps. > > Enjoy! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
