[google-appengine] Re: Naked domains and Network Solutions

2009-06-11 Thread nearmars

@Bemmu
If I understand your question correctly you want to redirect incoming
traffic to your naked domain (bemmu.com) to your gae domain
(fi.bemmu.com). I would use a .htaccess file mod_rewrite.

Like:
RewriteEngine on
RewriteRule (.*) http://fi.bemmu.com [R=301,L]

Here's a cheat sheet for creating 301 redirects w/ many different
technologies.



On Jun 11, 8:01 pm, Bemmu  wrote:
> I am trying to use Google App Engine to host my pre-existing site, and
> got it to work on "fi.bemmu.com", but not "bemmu.com". I discovered
> App Engine does not support "naked domains" like bemmu.com, and in the
> instructions I was told to forward bemmu.com to fi.bemmu.com (I use
> "fi" instead of "www").
>
> My domain is hosted at Network Solutions (AFAIK at the time it was the
> only option). I tried to do the forwarding, but the settings page
> tells me that "Web Forwarding cannot point to its parent domain". Is
> there a way to accomplish this so that my visitors going to bemmu.com
> would not hit Network Solutions' "under construction" page?

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



[google-appengine] Re: Naked domains and Network Solutions

2009-06-11 Thread Antoniov

On 6月12日, 上午8时01分, Bemmu  wrote:

> tells me that "Web Forwarding cannot point to its parent domain"

I didn't see how this could happen, what you did was fowarding a
parent domain to a child domain, NOT backwards.
 Did you try to foward fi.bemmu.com to bemmu.com? If not, you should
consult Network Solutions for answers.

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



[google-appengine] Re: Naked domains and Network Solutions

2009-06-11 Thread Bagicha L

how do i get it my app say 'blah' hosted at blah.appspot.com to say
something like blah.mydomain.com? looks like you have it working?
thanks!

On Jun 11, 5:01 pm, Bemmu  wrote:
> I am trying to use Google App Engine to host my pre-existing site, and
> got it to work on "fi.bemmu.com", but not "bemmu.com". I discovered
> App Engine does not support "naked domains" like bemmu.com, and in the
> instructions I was told to forward bemmu.com to fi.bemmu.com (I use
> "fi" instead of "www").
>
> My domain is hosted at Network Solutions (AFAIK at the time it was the
> only option). I tried to do the forwarding, but the settings page
> tells me that "Web Forwarding cannot point to its parent domain". Is
> there a way to accomplish this so that my visitors going to bemmu.com
> would not hit Network Solutions' "under construction" page?

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