Hi, I have a web2py application which have a link in it's index.html which is something like this
<a href="http://blog.example.com">blog</a> the application is itself hosted in http://example.com, the subdomain is external application which maps to a blog hosted by blogger.com, I figured there should be a simple way to handle this but couldn't find a solution, could you help me out. Thanks and regards Vaibhav Mishra

