Create a file with name ".htaccess", while creating this in notepad use double quotes around, I hope it allows you to save the file, and save following in it and uplod to root folder of script. But there should be some pattern that can be used in mod. atleast a hint such as changing extension to .html, such as: RewriteEngine On RewriteRule ^(.*)\.html$ $1.php [L] Code (markup): I hope it helps.
Sorry for my question, but why do you really need this? I'm creating my own site and I made some research before, so looks like Google either .php either .html extensions. And anyone can figure out what language do you use... Thanks.
RewriteEngine On RewriteRule ^([^.]+)[\/]{0,1}$ $1.php Code (markup): Would rewrite something like pages/test/page.php to pages/test/page