Hello guys, sorry to disturb you all; I have created a simple server using node js. The url of my server is always something like that:
localhost:xxxx/index.html
I have some questions first:
Why the full path of our file isn't displayed in the url but like if our index.html is in the folder views, we don't see that folder.
Next, what I wanted to do is, before every webpage, whether it is localhost:xxxx/about.html or localhost.xxxx/contact-me.html, I want to prepend a word, like localhost.xxxx/SOMETHING/index.html