Dear Annet, I had the same problem as you Remember but there is one thing that was helpful to me ,
First : i am using now one application for all my websites .
second : i prepared the welcome app to be like a router and its
working fine
in welcome/default.py:
def index():
if request.env.http_host.endswith('Your domain'):
redirect(URL(a='Your domain',c='default',f='index'))
and so on ...
Best Regards,
Hassan alnatour..

