Hi everyone, I'm missing some concepts with URLs, so, I don't know exactly the way I need to resolve this problem.
I have this scenario: - nginx - web2py On my web2py application, I have two users: albert and albert.abril First URL is working ok, second not: 1. http://localhost/profile/albert 2. http://localhost/profile/albert.abril My questions are: - Is it permitted to use dots on the URL in last segments? Or should I rewrite to a underscore character or something? - If it's permitted: should I manage it on nginx conf, or in web2py routes.py? Thanks in advance. -- 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.

