On Apr 8, 3:10 pm, Boris Manojlovic <boris.manojlo...@gmail.com> wrote: > I do not know if you are aware that if you call your application init > you will get exactly that what you want.
Hmm.. just tried it and while it does make that app come up when just the base url is used in the browser ( testing with the standard web2py without apache and using port 8000 ) it doesn't map the static items or the functions in the default controller to the base url. For instance: images show up as: http://localhost:8000/init/static/image.jpg and not http://localhost:8000/static/image.jpg functions in the init/default.py controller cannot be accessed as from the base url - for instance a def read() in default.py can't be accessed as http://localhost:8000/read/1 Brian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---