redirect to same filename without extension
Hi
I recently added
Options +Multiviews
to my .htaccess file so that URLs on my site would be
mydomain.com/features/cars
rather than
mydomain/features/cars.php
It's working fine, but I now wish to redirect bookmarked users and robots that request the old URLs.
I've tried
Redirect /features/cars.php
/mydomain.com/features/cars
but this gives file not found: presumably as you can't redirect to the same place.
Does anyone know how to do this?
thanks in advance
|