View Single Post
Old 02-12-2015, 05:23 AM   #1
strawberrybob
Registered User
 
Join Date: Nov 2014
Location: Australia
Posts: 40
How to remove .html extension from URL?

Hello everyone,

I am doing on page SEO for one of my clients. All URLs are having .html extension at the end and I tried to omit that from .htaccess file

Here is the code:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]

But it's not working. What to do?
strawberrybob is offline   Reply With Quote