I have made a html file, it is in a particular folder. In that folder I have created 4 more html pages. And in the index file I have linked all these pages. Like I click on a link and it takes me to a particular page. Now the problem that I am facing is that to host I make a zip file. I upload the zip file but when it makes the final website it doesn't take me to other pages.
So how should I host my website which takes me to other pages too?
NOTE: The other pages to have links to the index.
Will award 30 points! Pls answer, it is very important. Plss
Answers
Answered by
1
Answer:
Make sure the links are not absolute paths or atleast not local ones
Explanation:
TL;DR...make sure that the links are something simplified like "<filename>" and not something like "C:\html\project\<filename>"
Similar questions