On Mon, Jun 29, 2009 at 12:36 PM, Diego G.<diegogr...@ymail.com> wrote:
>
> Hello,
> I have two questions about redirecting mydomain.com to
> myapp.appspot.com ("mydomain" and "myapp" are just placeholders).
>
> First. If I want to add my existing mydomain.com using Versions-
>>Domain Setup->Add Domain from the appengine control panel, I need to
> sign up for Google Apps which costs 50$/yr after the free trial. There
> is no option to add mydomain.com for free, is it?

Yes - you can use the free edition, which doesn't cost you anything.

>
> Second. I used a frame redirect to map myapp.mydomain.com to
> myapp.appspot.com. Unfortunately every link "somewhere" that I follow
> from myapp.mydomain.com takes me to myapp.appspot.com/somewhere, not
> to myapp.mydomain.com/somewhere. Is this a problem of myapp running
> django? Or is it generally impossible that relative urls point back
> relative to where the frame redirect comes from instead of to the
> target?

The latter - if you want this, you need to generate absolute URLs, not
relative ones, or set a base HREF in your head section. Why frame your
app, though? You could simply add myapp.mydomain.com as a domain for
your App Engine app.

-Nick Johnson

>
> Is there any solution to host an appengine application under a
> different domain without paying 50$/yr and without visitors being
> taken away from mydomain.com when they follow a link?
>
> Thanks
> Diego
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~---------~--~----~------------~-------~--~----~
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