I'm currently hosting my website on Hostinger and I have a little issue. Mmy URL is now like this: https://example.com/home.html and I would like to replace the home.html with the page name
I'm currently hosting my website on Hostinger and I have a little issue. Mmy URL is now like this: https://example.com/home.html and I would like to replace the home.html with the page name
I'm not sure if you mean https://example.com/home or https://example.com/, so I explain both:
https://example.com/home:
To make it looks like this you just create a folder called "home". Then you put your home.html into this folder and rename it to index.html
https://example.com/:
Just rename your home.html to index.html.
NOTE: Do this inside the public_html folder.