I've this setup on a server:
routers = dict(
    BASE  = dict(
        default_application='vtraffic',
        default_controller='default',
        root_static = ['favicon.ico', 'robots.txt', 
'google51a05a100c482cad.html', 'sitemap.xml'],
domains = {'traffic.integreen-life.bz.it':'vtraffic',
'parking.integreen-life.bz.it':'parkbz'}
),
    vtraffic = dict(languages=['en', 'it', 'de']),
    parkbz = dict(languages=['en', 'it', 'de']),
)


hope it helps
Paolo

On Thursday, October 24, 2013 11:19:05 PM UTC+2, Loïc wrote:
>
> Considering my previous post, and the routes documentation :
> http://www.web2py.com/books/default/chapter/29/04/the-core?search=routes#Routes-on-error
>
> Did you try to set up you routes.py file? Do you have a specific problems 
> / error messages? Can you show us some code?
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to