Thursday 23 October 2014

Remove .php, .html, .htm extensions with .htaccess

 htaccess rewriting all .php files to .html


RewriteEngine on 
RewriteRule ^(.*)\.html $1\.php