[web2py] Subdomain routing with plugin_wiki

2012-10-18 Thread HittingSmoke
I tried installing plugin_wiki for a simple blog app and I can't get it to work with subdomain routing. I had routes.py setup to direct blog.domain.com to my app 'blog'. When I installed plugin_wiki in the blog app I couldn't access it though. Whenever I tried to load blog.domain.com/plugin_wik

[web2py] subdomain routing

2011-04-10 Thread LightOfMooN
Hello. I just want to pass subdomain as args(0) So I have now: routes_in = ( ('.*:https?://(?P.*)\.domain\.ru:.*/?', '/myapp/company/ index/\g'), ('.*:https?://(?P.*)\.domain\.ru:.*/myapp/(? P.*)/(?P.*)/?(?P.*)', '/myapp/ \g/\g/\g/\g'), ('/$c/$f', '/managecom/$c/$f'), ) routes_out = (