How would I make in a url domain.com/author/NAME domain.com/author/Name domain.com/author/NaMe etc.... all go to lower case domain.com/author/name ? Apache server. Have access to httpd.conf if needed but want it for htaccess for one domain only if possible. Thanks!
Very possible. You can find your answer here: http://www.chrisabernethy.com/force-lower-case-urls-with-mod_rewrite/