How to remove .html
from the URL of a static page?
Also, I need to redirect any url with .html
to the one without it. (i.e. www.example.com/page.html
to www.example.com/page
).
How to remove .html
from the URL of a static page?
Also, I need to redirect any url with .html
to the one without it. (i.e. www.example.com/page.html
to www.example.com/page
).
You will need to make sure you have
Options -MultiViews
as well.None of the above worked for me on a standard cPanel host.
This worked:
Try this :) don't know if it works.