Im running a simple Apache2 web server and I would like to make it so my pages dont have the following .html and could just be for example website.com/home and not website.com/home.html
example website.com/home
website.com/home.html
To hide the .html in the url of the files:
Options MultiViews #add this to the .htaccess file
2.1m questions
2.1m answers
60 comments
57.0k users