[web2py] Re: URL from menu with page name as the domain name

2014-09-01 Thread Niphlod
BTW: for "url rewrite facility" I mean every possible incarnation of routes.py. -- 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

[web2py] Re: URL from menu with page name as the domain name

2014-09-01 Thread Niphlod
sure ? URL('default', 'contacts') needs to generate mydomain.com/appname/default/contacts then... Every non-shortened/non-rewritten url has host.com/app/controller/function an URL('default', 'contacts') combines to controller='default', function='contacts', so host.com/appname/default/conta

[web2py] Re: URL from menu with page name as the domain name

2014-09-01 Thread Gael Princivalle
No. Il giorno lunedì 1 settembre 2014 21:13:27 UTC+2, Niphlod ha scritto: > > are you using some url rewrite facility ? > > On Monday, September 1, 2014 8:43:02 PM UTC+2, Gael Princivalle wrote: >> >> Hello all. >> >> I've got a strange error with my menu. >> If I set an URL in my menu to a page n

[web2py] Re: URL from menu with page name as the domain name

2014-09-01 Thread Niphlod
are you using some url rewrite facility ? On Monday, September 1, 2014 8:43:02 PM UTC+2, Gael Princivalle wrote: > > Hello all. > > I've got a strange error with my menu. > If I set an URL in my menu to a page name that's have the same name as my > domain name, web2py add default to my URL. > > F