I have a website and I've been searching a lot for this question and can't find anything yet.
Anyone knows how to make links take you to another folder and show the html page without page in URL? Example:
I have a html page called service.html and its on folder /service. I want a link to take me there without displaying in the URL my html file like:
<a href="www.example/service/">click me</a>
And it takes you to the html file and shows your content without displaying the html name in the URL. just www.example/service/ :D