If there is applications/init, it is called;If there is no init,
then welcome is tried;
If there is no welcome or init, then http 400 error raised;

You can see this in gluon/main.py - look around line 235

(that link below says "init or examples" - I'm not sure if this used to be,
but is not now)

On Thu, Mar 12, 2009 at 9:57 AM, mdipierro <mdipie...@cs.depaul.edu> wrote:

>
>
> http://groups.google.com/group/web2py/browse_thread/thread/7854353eb6d6bab9/d925fe5aba00fd8c
>
> On Mar 12, 8:23 am, Michael Wales <evicera...@gmail.com> wrote:
> > The main domain will always open default/index unless you use some
> > form of rewrite. mod_rewrite, in Apache, is the preferred method but
> > web2py does offer a routes.py file in its root directory which will
> > allow you to point root to any of your applications.
> >
> > On Mar 12, 8:54 am, Jurgis Pralgauskis <jurgis.pralgaus...@gmail.com>
> > wrote:
> >
> > > hello,
> >
> > > now default app is welcome
> >
> > > sohttp://mysite.net
> > > openshttp://mysite.net/welcome/default/index
> >
> > > where is the place to change this?
> >
> > > thanks
> > > --
> > > Jurgis Pralgauskis
> >
>

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

Reply via email to