Hi, 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.com it change to www.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? Thanks in advance, Oscar.

