I have correct partial urls like:

        /abc/DEF/ghi/jkl.html

and requests for misspelt urls (wrong case only) like:

        /abc/def/ghi/jkl.html


With debian sarge's apache 2.0.54 with mod_speling enabled,
the request was corrected and the page was returned.

With debian etch's apache 2.2.3 with mod_speling enabled,
the incorrect url is not corrected and a 404 is returned.

Also, the misspelt url "/abc/def" is converted to
"/abc/DEF" but "/abc/def/" provokes a 404.

Is there a way to get the useful behaviour in 2.2.3?


I need to use debian stable but a quick google indicates
that the more recent apache 2.2.8 has the problem too:

        http://www.webmasterworld.com/apache/3606458.htm


-jonathan

-- 
   Jonathan H N Chin     | deputy computer | Newton Institute, Cambridge, UK
<[EMAIL PROTECTED]> | systems manager | tel/fax: +44 1223 767091/330508

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to