
jc254 at newton
Jun 27, 2008, 3:34 PM
Post #1 of 2
(91 views)
Permalink
|
|
mod_speling no longer works on nested directories
|
|
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 <jc254[at]newton.cam.ac.uk> | 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: users-unsubscribe[at]httpd.apache.org " from the digest: users-digest-unsubscribe[at]httpd.apache.org For additional commands, e-mail: users-help[at]httpd.apache.org
|