Re: redirects
I guess a better question is why is your server doing this? Meaning serving case sensitive files? I know Linux does this, but simply delete all file sin upper case and only serve lower case page names. Are you missing a 404 page handler? Add one and then Google will eventually remove the upper case page names from its index. Having multiple ways for the spiders to get to the same home page can really hurt ya long term.
|