I have file organised like this -
- www.mysite.com/cars/ford/ford.php
- www.mysite.com/cars/bmw/bmw.php
I want users to be able to visit these pages without specifying the xyz.php file at the end.
- www.mysite.com/cars/ford
- www.mysite.com/cars/bmw
What do I used for a rewrite rule that well let users visit pages using that format?