[web2py] Routes problem?

2015-11-10 Thread Gael Princivalle
Hello all. All applications in the same web2py installation works fine. https://mydomain.com/myapp1 https://mydomain.com/myapp2 https://mydomain.com/myapp3 But now I don't know why all new apps goes on the welcome app. For app "myapp4" instead of https://mydomain.com/myapp4 I have: https://mydoma

Re: [web2py] routes problem

2010-08-08 Thread Jonathan Lundell
On Aug 7, 2010, at 11:16 PM, elffikk wrote: > I use version 1.82.1 (latest) and this seems not to work > > ('(.*):https?://(.*)site\.com:(.*)/(.*)', '/site/$4'), > > > for simple site.com getting error > > site - is another name :) From the manual (chapter 4): [remote address]:[protocol]://[

Re: [web2py] routes problem

2010-08-08 Thread Jonathan Lundell
On Aug 7, 2010, at 11:16 PM, elffikk wrote: > I use version 1.82.1 (latest) and this seems not to work > > ('(.*):https?://(.*)site\.com:(.*)/(.*)', '/site/$4'), > > > for simple site.com getting error > > site - is another name :) I think I see the problem, but I'm not sure what you're tryin

Re: [web2py] routes problem

2010-08-08 Thread Jonathan Lundell
On Aug 7, 2010, at 11:16 PM, elffikk wrote: > I use version 1.82.1 (latest) and this seems not to work > > ('(.*):https?://(.*)site\.com:(.*)/(.*)', '/site/$4'), > > > for simple site.com getting error > > site - is another name :) Is this 1.82.1 or the trunk?

[web2py] routes problem

2010-08-07 Thread elffikk
hi, I use version 1.82.1 (latest) and this seems not to work ('(.*):https?://(.*)site\.com:(.*)/(.*)', '/site/$4'), for simple site.com getting error site - is another name :)