Did you try using routes.py?
Something like 

# -*- coding: utf-8 -*-

routes_app = (
    (r'.*?:https?://www.site1.pt:\w* /$anything', r'site1'),
    (r'.*?:https?://www.site2.pt:\w* /$anything', r'site2')
)


Le jeudi 24 octobre 2013 11:12:07 UTC+2, Ramos a écrit :
>
> hello, i need another domain served by my web2py  in windows 7
>
> I have www.site1.pt served my web2py server , no i need another 
> www.site2.pt served also by my web2py server 
>
> I have my firewall setup and my dns to point to my web2py but how do i 
> setup web2py  to serve 2 domains?
>
> Thank you
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to