How can I remove the ".html" ending from my link?
Problem:
Your link only works if you share it with the .html
extension e.g. demoapp.tiiny.site/info.html
.
However you would like to share it as demoapp.tiiny.site/info
Solution:
Rename info.html
to index.html
and place in a directory called /info
within your website's directory.
So info.html
is now /info/index.html
.
Then convert your entire website's folder into a zip file and re-upload it.
Updated on: 10/09/2024
Thank you!