Check out the Standard Edition - here: http://www.google.com/apps/intl/en/group/index.html
-Nick Johnson On Mon, Jun 29, 2009 at 3:16 PM, Diego G.<[email protected]> wrote: > > Thank you very much for the explanations. > But how do I use the free edition to add my domain? > From http://www.google.com/a I am redirected to > http://www.google.com/apps/intl/en/business/index.html. There I read: > Try Google Apps free for 30 days* > $50 per user per year after trial > Begin Free Trial > * You will be asked to provide a credit card number to sign up for the > free Google Apps Premier Edition trial. However, you can cancel at any > time before the end of your free trial and your card will not be > charged. > > What exactly do you mean by free edition? > > Diego > > On Jun 29, 1:41 pm, "Nick Johnson (Google)" <[email protected]> > wrote: >> On Mon, Jun 29, 2009 at 12:36 PM, Diego G.<[email protected]> 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 > > > -- 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 [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 -~----------~----~----~----~------~----~------~--~---
