Hello i was wondering if someone could be so kind as to show me how i could rewrite my domain with .htaccess. i would like http://mydomain.com/cars/ to go to cars.php, how could i do this ?
i got it to work with the following "RewriteRule ^cars/$ /cars.php" however i still have one question. how can i do it so it do not cares about if "cars" is typed with upper or lowercase ?