I don't know how to do that. I just based my URLs on the example on
the tutorial:

urls = (
  '/', 'index',
  '',  'index'    )


On Oct 27, 2:49 pm, Hraban Luyat <[EMAIL PROTECTED]> wrote:
> tmallen wrote:
> > Instead of
>
> > urls = (
> >     "/", "index",
> >     "", "index"
> > )
>
> > this
>
> > urls = (
> >     "/?" "index"
> > )
>
> > works fine. So I find myself prefixing all of my URL keys with /? to
> > cover both with and without the slash. Is this really necessary? In my
> > testing, I only ran into problems when I left out the first "/" case.
>
> Hmm, what do you do to make an empty request like that? I would like to
> see the headers that make that work..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to