how to remove .html from files
hello i would like to know how to remove .html from my websites
Voters
progamergamer12
um u guys just trollling i found another way suckers good luck
ShadyGames
@progamergamer12
what's the answer :(
progamergamer12
@ShadyGames you cant unless you use an apache or nginx webserver also this project is abandoned by me
ruiwenge2
you mean you dont want the .html ending when people visit your website?
RohilPatel
You can see the console tab (like right next to the site display). Unlike @InvisibleOne 's answer, this will work for every single instance that you want to remove an html file.
rm [file].html
The file is the name of the file
InvisibleOne
Select the file, then click on the three little dots on top of each other at the right side of the highlighted file, and then press delete.
for anyone wondering, you don't need to do backend stuff nor do you have to use a
.htaccess
file. change thisindex.html
about.html
products.html
terms.html
to this
index.html
about/index.html
products/index.html
terms/index.html
source: https://stackoverflow.com/questions/5730092/how-to-remove-html-from-url