How to eliminate .html from web URL?

I’ve got a subpage of a site that I’d like to publicize with a direct, short URL, like this:

chadinreal.life/dominate

However, entering that in a browser results in an error message. The only URL that works to directly access the page is chadinreal.life/dominate.html. Is there a way to remove the “.html” requirement from the end of the address?

so your main page is chadinrel.life/index.html (or index.php)

If you want to load /dominate, it needs to be a subfolder (named dominate) and the page named index (like the top lvl page. if I understand what you are trying to do.

chadinreal.life/index.html
chadinreal.life/dominate/index.html

hope that makes sence

There is a subfolder for the sub page, and it is named dominate. However, my question was about removing the requirement for .html to be typed as part of the address.

Name the file index.html and put it in the dominate folder

So do you have: chadinreal.life/dominate/dominate.html ?
or
chadinreal.life/dominate.html?

should be
chadinreal.life/dominate/index.html?

1 Like

Ahh that worked. There was an extra “/” in the folder name in Rapidweaver. Thanks

1 Like

:clap:

cool glad its sorted

1 Like