@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 <bemmu....@gmail.com> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to