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
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
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
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
4 matches
Mail list logo