Hi
I was wondering if there is anyway we can hide the .php extension in the URL using .htaccess?
For example
These URLs:
http://example.com/home.php
http://example.com/welcome/contact-us.php
http://example.com/home/support/email_us.php
Should look like
http://example.com/home
http://example.com/welcome/contact-us
http://example.com/home/support/email_us
Pls let me know if this is possible and how?
Many thanks