when I visit the funktion showArticle?id=1 , I want the URL to say
www.mydomain.de/showArticle/TitletextofdbArticlewithid1
table article
Fields{id,*title*,content}

On Thu, Mar 14, 2013 at 8:42 PM, Jonathan Lundell <jlund...@pobox.com>wrote:

> On 14 Mar 2013, at 12:32 PM, Kevin Bethke <kevin.bet...@gmail.com> 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 a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/OqRd6PgWbJI/unsubscribe?hl=en.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 

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