Is it possible to remove the suffix of URLs using the .htaccess file?
For example you have http://www.example.com/page.php can you change it to http://www.example.com/page without the .php. I want it to work both ways, with the .php and without.
Is there a way to do it with the .htaccess file? if so how?
If you do it a different way how do you do it?