I have define routes like this:
routers = dict(
BASE = dict(
domains = {
'domain1.com' : 'app1',
'domain2.com' : 'app2',
}
),
)
which works OK.
However, there is a thing, that I would like to avoid.
If i acces: domain1.com/*app2*, i get app2. Is there a way to avoid
accessing app2 through domain1.com (and vice-versa) in parameter-based
system?
Best,
Kristjan
--
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/d/optout.