I had the rules working at some point but over several years I've apparently broken one or more of them.
Here are the things I'm trying to achieve:
- www.example.com to example.com
- Force all to lowercase
- drop php extension
- default page is index.php
So...
www.ExAmPlE.com/DiR/PaGe.php -> example.com/dir/page
www.EXaMpLe.com/index.php -> example.com
www.ExAmple.com/DIR/index.php -> example.com/dir/
I can post my existing code replacing the domain but there are a few other things that would probably give away the domain...