I have created a php web site. Here I have implemented the clean URL in .htaccess file. I need to display mu link
mydomain/index.php
to mydomain/index
So I have used
RewriteRule index index.php
But I have lot of files. So how will I write a common rule for this entire page?
E:g
RewriteRule hotels hotels.php
Thanks