To remove .html from the URL of a page. Also, need to redirect any url with .html to the one without for example. www.example.com/page.html to www.example.com/page NOTE: When your are testing .htaccess file do not use 301 redirects. Use 302
The post How to remove .html from URL by using .htaccess appeared first on PHP Blog Spot.