Rename https://example.com/index.html with page name

Viewed 21

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

1 Answers

I'm not sure if you mean https://example.com/home or https://example.com/, so I explain both:

  1. 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

  2. https://example.com/:
    Just rename your home.html to index.html.

NOTE: Do this inside the public_html folder.

Related