Help. I've converted a client site from static content to using WP. So far they love it. But there is one catch. On the old site there were URLs like:
http://www.equalityforall.com/CM
http://www.equalityforall.com/Lword
http://www.equalityforall.com/FR
On the new site in WP there are Pages not actually directories on the site. These Pages have a lowercase page slug as in 'cm', lword' and 'fr'.
Question is how can I link the uppercase URL to the lowercase page? Is there some mod_rewrite rules I can add? Also if I add this to my local .htacces will it be over written by WP.