On 14 Mar 2013, at 12:32 PM, Kevin Bethke <[email protected]> wrote:
> #!/usr/bin/python
> # -*- coding: utf-8 -*-
> 
> 
> routers = dict(
>   BASE  = dict(
>       domains = {
>           'mydomain.de' : 'App1',
>           'www.mydomain.de' : 'App1',
>           'ip' : 'App2',
>           'ip/Test' : 'TestEnv',
>           'ip/MA' : 'dbmigratetest',
>       }
>   ),
> )
> logging = 'debug'
> def __routes_doctest():
> ...
> I just noticed I never set the default controler. I only did that in my old 
> routes.example based file. but it still has the effect: the controler is 
> removed from the URL 
> 
> 

So, what's happening now that's different from what you want?

-- 

--- 
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