Hello,
My project is contained in [
localhost]
The problem is that when I have relative links on my web pages (like: /content/index.html ) , the link goes to the root localhost, of course, and outside of my project.
How can I create a url like [
mysite] so that when I reference: /content/index.html it will be correct.
I tried editing the host file:
127.0.0.1 mysite
but that just maps 'mysite' to 'localhost' which doesn't help for links like the ones above.
Can anyone help?
Thank you.