I'm transfering some sites from a Windows server to an Apache/Unix one. I know there will be some minor file name capitalization problems with some incoming links.
My host says they can install the Apache mod_spelling module, which I assume would catch pretty much all of these errors.
I'm not too concerned about being able to track down all of the problem file names (and then creating 301 redirects for them). At the same time, if something easier already exists....
My question is this:
1) Does the mod_speling module create a lot of overhead computing for my server and therefore dampen performance as opposed to creating 301 redirects in a htaccess file?
2) Will "link juice" be properly directed via the mod_speling use (since a file will be served) or is the 301 the preferred way to insure link juice passage.