torsdagen den 6 september 2007 skrev Sven Köhler:
> Hi,
>
> i upgraded to Apache 2.2. But since that upgrade, mod_spelling does not
> fix misspelled directory names any more. An example:
>
> With Apache 2.0, the URL
>   /jh/magdeburg/images/btn_home.gif
> was changed to
>   /jh/magdeburg/Images/btn_home.gif
>
> With Apache 2.2, the first URL doesn't work anymore.
> But the URL /jh/magdeburg/images is still redirected to
> /jh/magdeburg/Images. So it seems, mod_spelling only checks the last URL
> component.
>
> Is that intentionally or a bug?
> And how could i get back old Apache 2.0 behaviour?

<IfModule mod_speling.c>
    CheckSpelling On
    AcceptPathInfo On
</IfModule>


-- 
Regards // Oden Eriksson

Reply via email to