Re: path_info navigation
[email protected] (Greg Matheson) Wed, 6 Oct 2004 18:30:39 +0800
| Newsgroups | perl.kwiki |
|---|---|
| Message-ID | <[email protected]> |
> How would this change a URL like > http://www.kwiki.org/?NavigationRequests into one like > http://www.kwiki.org/NavigationRequests then? Sorry, I read it as something I would like: more navigation links on pages so you don't have to use Search so much. Doesn't PATH_INFO return what comes after the question mark? How does Apache tell the difference between a static html file named NavigationRequests and a kwiki page called NavigationRequests? The reason for the question mark in http://www.kwiki.org/?NavigationRequests is because it is really http://www.kwiki.org/index.cgi?NavigationRequests. Apache knows that the http://www.kwiki.org/ is really http://www.kwiki.org/index.cgi So, you have to work around an Apache convention. Correct me if this understanding is wrong. -- DrBean