thanks Massimo,

while further googling web2py, i got the answer to my first question
here; http://dotnetmafia.com/blogs/jamesashley/archive/2008/05/13/581.aspx

i know how to map the domain in google apps/appengine, so naming T3
app as 'init' redirects and works out well, but URL looks a little
ugly. In my website's landing page I prefer to see only
'www.mydomain.com' in the browsers addressbar, and would like "/init/
default/wiki/main" porsion is not there, or hidden away.  So, ideally,
"www.mydomain.com" should map to "/init/default/wiki/main" directly.

Just like www.google.com displays Google search page and not redirect
to www.google.com/index.html. I guess this is a tiny issue, but a
visible one.

For my second question, {{=t2.attachments()}} worked nicely, thanks. I
first got some index error from appengine, then i realized I should
have run it on 'dev_appserver' first and then upload to appengine. So,
that worked fine.

thanks again

On Feb 24, 11:52 pm, mdipierro <[email protected]> wrote:
> > 1) i dont know how to map directlywww.mydomain.comto
> > myapp.appspot.com/myt3app/default/wiki/main
>
> On GAE you have two options. Ask the domain name registrar to do it
> (other they can via parking) or map the domain into
> yourapp.appspot.com can call your app "init". Or write an app "init"
> that looks into the request.env and redirects into the proper
> application.
>
> > 2) I would like to be apble to upload/attach pictures and files into
> > pages i create (this is needed sometimes), how to do this?
>
> {{=t2.attachments()}}
>
> Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to