Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Simple URL question
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
tmallen  
View profile  
 More options Oct 27 2008, 11:54 am
From: tmallen <thomasmal...@gmail.com>
Date: Mon, 27 Oct 2008 08:54:41 -0700 (PDT)
Local: Mon, Oct 27 2008 11:54 am
Subject: Simple URL question
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.