Naked domains and Network Solutions

174 views
Skip to first unread message

Bemmu

unread,
Jun 11, 2009, 8:01:44 PM6/11/09
to Google App Engine
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?

Bagicha L

unread,
Jun 11, 2009, 8:14:32 PM6/11/09
to Google App Engine
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!

Antoniov

unread,
Jun 11, 2009, 10:14:57 PM6/11/09
to Google App Engine
On 6月12日, 上午8时01分, Bemmu <bemmu....@gmail.com> 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.

nearmars

unread,
Jun 11, 2009, 10:36:17 PM6/11/09
to Google App Engine
@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.
Reply all
Reply to author
Forward
0 new messages