Case Insensitivity with .htaccess files
If you have an .htaccess file to control the flow of URI’s on your site you may want to look at adding a nice little “case insensitive” feature to each line/item.
So an example of a line of .htaccess without any case insensitive bells and whistles looks like this:
1 RewriteRule ^AndrewOdendaal$ index.php?go=2964 We add our Case Insensitive feature by just adding a [NC] to the end of the line, like this: