On Thu, 4 Jul 2002, Wes Cravens wrote:

> url: 'www.host/' returns '/'
> url: 'www.host/debug' returns '' when I was expecting '/debug'

does a file or directory named 'debug' exist in your document root?
If so, it's normal. It is also possible that you are doing an error
I made many times :) You are just facing a 'silent' 404 error, because
the correct way to add path info to your first example is

url: 'www.host/index.html/' returns '/'

assuming that index.html is in your DirectoryIndex directive.
So when you invoke url www.host/ you are being redirected to
www.host/index.html.

Hope it helps.

Ciao, Valerio

 Valerio Paolini, <http://130.136.3.200/~paolini>
--------------------------------------------------
 what is open-source about? Learn, and then give back

Reply via email to