For what it's worth, this works at webfaction: in the <head></head> section of your layout simply put this:
<link href="{{=URL(r=request,c='static',f='images/favicon.ico')}}" rel="shortcut icon" type="image/x-icon" /> In case of your solution, should this: routes_in = ( (r'.*:/favicon.ico', r'/init/static/images/ favicon.ico') ) not be this: routes_in = ( ('/favicon.ico','/init/static/images/favicon.ico') ) Kind regards, Annet