On Fri, 8 Nov 2002, Lamar Owen wrote:

> This may be an obvious one, but I'm trying to move a site over from an IIS
> host to an AOLserver one, and the web pages link to mixed-case filenames.
> However, the filenames are all actually lower case, meaning I get a lot of
> 404's.
>
> With IIS this works fine. Broken, perhaps -- but it works.  There are several
> thousand pages involved, and we want to mirror the two sites.  Changing all
> the links is not an option due to many factors. :-(.

If you're just serving static HTML, I'd write a pre-auth or post-auth
filter to take the url, bash it to lowercase, normalize that with respect
to your page root to find the correct file in the filesystem, then
[ns_returnfile] it (in the short-term), and fix the links (in the
long-term).

Michael

Reply via email to