So I moved from IIS to Apache. IIS is case insensitive and while I tried to be careful and keep the links all the same I missed one directory that contains a number of popular pages. This directory was referenced with all lower case letters in the menu top bar but in the side bar it was referenced with a capital letter (I have since changed the side bar link to be lower case).
www.example.com/Pages/...
and
www.example.com/pages/....
This also means I have backlinks to pages which use both versions.
To solve this issue what is better?
In .htaccess should I use a RewriteRule to do a 301 redirect or should I just rewrite the rule for Apache?
Google didn't seem to have a problem before accessing and ranking the pages via the url with a capital letter or not.
I now have a 301 redirect in place but was wondering what others have thought