Sorry for the late reply, but it does not work still. Here are my
settings:
routes_in=[ ('/w2p/', '/myapp/default/index/'), ('/w2p/(?P.*)$','/
\g')]
routes_out=[('/(?P.*)$','/w2p/\g')]
I still get unknown ticket on plain /w2p/
On Jan 29, 9:31 pm, mdipierro wrote:
> This route alone
>
> routes_
This route alone
routes_in=[ ('/w2p/', '/myapp/default/index')]
should map that url into /myapp/default/index. does it work?
On Jan 29, 12:01 pm, Tamas wrote:
> The URL ishttp://example.com/w2p/the app's name is myapp apparently.
>
> On Jan 29, 6:53 pm, mdipierro wrote:
>
> > what is the URL y
The URL is http://example.com/w2p/ the app's name is myapp apparently.
On Jan 29, 6:53 pm, mdipierro wrote:
> what is the URL you see in your browser when you get the error?
> what is your app name?
>
> On Jan 29, 11:50 am, Tamas wrote:
>
> > Hi,
>
> > I tried
>
> > routes_in=[ ('/w2p/?', '/myap
what is the URL you see in your browser when you get the error?
what is your app name?
On Jan 29, 11:50 am, Tamas wrote:
> Hi,
>
> I tried
>
> routes_in=[ ('/w2p/?', '/myapp'), ('/w2p/(?P.*)$','/\g')]
>
> but it does not work, I still get the unknown ticket.
>
> On Jan 29, 6:46 pm, mdipierro wro
Hi,
I tried
routes_in=[ ('/w2p/?', '/myapp'), ('/w2p/(?P.*)$','/\g')]
but it does not work, I still get the unknown ticket.
On Jan 29, 6:46 pm, mdipierro wrote:
> Because your app is not called 'init' and we assumed it was. This will
> fix it.
>
> routes_in=[('/w2p/?','/youappname'),('/w2p/$a
Because your app is not called 'init' and we assumed it was. This will
fix it.
routes_in=[('/w2p/?','/youappname'),('/w2p/$anything','/$anything')]
routes_out=[('/$anything','/w2p/$anything')]
On Jan 29, 11:41 am, Tamas wrote:
> Thanks, based on your suggestion this works:
>
> routes_in=[('/w2p/
6 matches
Mail list logo