[web2py] Re: routes_out protocol

2011-05-04 Thread LightOfMooN
No, i didn't On 4 май, 02:37, Dan wrote: > Hi, did you find any solution to your problem? > > I have the same problem. The Url function should build a link over ssl > (https) if the url contains the controller "user". e.g. /myapp/user/ > login or /myapp/user/register > > On Apr 12, 4:43 am, Light

[web2py] Re: routes_out protocol

2011-05-03 Thread Dan
Hi, did you find any solution to your problem? I have the same problem. The Url function should build a link over ssl (https) if the url contains the controller "user". e.g. /myapp/user/ login or /myapp/user/register On Apr 12, 4:43 am, LightOfMooN wrote: > The problem is because urls is relat

[web2py] Re: routes_out protocol

2011-04-11 Thread LightOfMooN
The problem is because urls is relative, not absolute. My problem is: If I have https and I'm in sub1.domain.ru, I can't make url https://sub2.domain.ru, because I can't catch protocol in routes_out, like ('$protocol*://domain\.ru:.* /myapp/company/index/$sub', '$protocol*://$sub.domain.ru'), On