views:

54

answers:

0

I want to have case insensitive URL's using apache's mod_speling module, but this is producing unwanted lists of "multiple options" whilst the apache documention says "When set, this directive limits the action of the spelling correction to lower/upper case changes. Other potential corrections are not performed."

I'm testing this on a apache 2.2.16 Unix fresh install but I'm still running into exact the same problems as submitted in 2008.

It's unexpected (and not wanted) behaviour when apache lists a few "multiple choices" (status code 300) when the checkCaseOnly directive is on!!

I have this in my httpd.conf: CheckSpelling on CheckCaseOnly on

first directive to use the mod_speling second directive to limit only to case corrections

What am I doing wrong?