domain name capitilzation with .htaccess?
Posted by: NoPantsJim
Posted on: 2009-07-15 01:54:00
I've been playing around with .htaccess and I've managed to remove the .php from all of my pages as well as turn my $_GET values into /flat/SEO/style/links but my domain name is capitalized in an odd way. If I type in:
http://MyExampleDomainName.com
The web server always changes it to:
http://myexampledomainname.com
I'd much prefer that the server always change the URL to the capitalized version as I think it makes it look much more appealing and easier to read. Any help?