On Jul 8, 2011, at 3:39 PM, pbreit wrote: > I think I'd rather have my static URLs resemble my other URLs. Seems like if > I'm removing the default appname, that should be global? > > Although I don't even know: on a URL like this, does it even touch web2py? > http://pricetack.com/init/static/uploads/item.image.b0e43b99a47_thumb.JPG
It depends on your configuration. If apache/nginx is handling static files directly, then web2py never sees it. Otherwise it does.

