RE: path_info() query.

2002-07-04 Thread Wes Cravens
nfo to the module from ... PerlHandler Module Why does it not do this for /? Thanks for the help, Wes > -Original Message- > From: giorgos zervas [mailto:[EMAIL PROTECTED]] > Sent: 04 July 2002 15:28 > To: Wes Cravens > Cc: modperl > Subject: Re:

Re: path_info() query.

2002-07-04 Thread Valerio_Valdez Paolini
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

Re: path_info() query.

2002-07-04 Thread giorgos zervas
hi, apache uses a simple technique for determining the path_info. it starts at your document root and looks for the directory you specified in your URI. it continues to go deeper in the directory structure until it encounters a directory(or file) that doesn't exist. when this happens the the