I have a namespace accessible as /private/log, the base URL is /probe.
So in my browser I try the following URLs:
http://localhost/probe/private/log
http://localhost/probe/private/log/
http://localhost/probe/private/log/?entry=1
http://localhost/probe/private/log?entry=1
The first URL redirects me to the second and everything works okay in
both casess. The third URL gives me something reasonable [and
different from the second case]. The fourth case results in error 404.
And, what is strange to my mind, the error message does not mention
/probe anywhere:
The requested link "/private/log" was not found: missing trailing slash?
What I may be missing?
The environment: Linux. apache 1.3.22, python 2.1
Thanks,
--
Misha