default_application = 'myapp'    # ordinarily set in base routes.py
default_controller = 'w'  # ordinarily set in app-specific routes.py
default_function = 'index'      # ordinarily set in app-specific
routes.py

There is not static URL at all, just the call to some controllers.


On 27 abr, 12:40, Jonathan Lundell <[email protected]> wrote:
> On Apr 27, 2011, at 9:26 AM, Oscar wrote:
>
>
>
> > I'm using dotcloud service for host my web2py application, I
> > configured a routes.py file to change the default application,
> > function and controller for my app. I configured a CNAME record with
> > my domain pointing to dotcloud service so my real URL access is:
>
> >www.myapp.dotcloud.comit change towww.myapp.dotcloud.com/myapp/w/index-
> > (because of routes.py)
>
> > If I access using the domain it shows the page without issue but the
> > URL don“t show /myapp/w/index so If i do clic in static URL it just
> > don't work. Some one knows how to fix this?
>
> What do you have in routes.py, and what exactly is the static URL that 
> doesn't work?

Reply via email to