I want to remove the .html
extension from the url.
eg file:///Users/DivyaGalla/Downloads/deyaPaywebsitee/public/index.html
after removing I want is ./index
only.
I am using cloud functions as server and firebase is the database. I hosted my website using firebase hosting.
When hosting the website it creates a folder that is public folder. It contains all the .html
extension file.How to remove .html
file extension from url. I wrongly used .htaccess
for removing but it is not correct way.
So please any one can suggest me the correct way to remove the url