hello,
i already posted that question but with no response since now :-(
the problem i have is the following:
i am modificating the counter module of the apache server, to make it
handle explicit and implicit adresses the same way ( directory/ and
directory/index.html.
In the module i parse the request_rec->uri string for the ending '/' and
repaces it with '/index.html'. Concerning the counting this works, but now
the url that appears in my browser is quite strange: a slash is appended to
the index.html i appended, making thus further relative referencing
impossible, and more annoying the page doesn't show the value of the
counter, despite the fact that the counter registrated a hit...
So somewhere in that struct is stored the state of that URL, where is it,
how can i stop automatic name expansion? I hope that when the URL is
recognized as normal page (explicit naming) then the value of the counter
will be passed to the page...
--
ciao
==============================================================