On Feb 18, 2011, at 12:57 PM, pbreit wrote:
> How do I hide "/myapp/default" ?

Just set default_application (in BASE) to "myapp". default_controller is set to 
"default" by default, and the rest happens automatically.


I made a change just before the 1.92.1 release. By default, static URLs are not 
shortened. In this case, URLs like /myapp/static/something don't have "myapp" 
hidden.

There are two reasons for this. One is that static URLs are typically invisible 
to users, so it doesn't matter. The more important reason is to make life 
easier for external routing of static URLs (by Apache or GAE, for example).

You can override this behavior, and get app-hiding back for static URLs, by 
setting map_static=True.

Reply via email to