Hello. I am trying to create a hyperlink, but I get an error ‘Cannot get’ page error. What did I do wrong? Can someone help me?
Thank you,
Tristian
Hello. I am trying to create a hyperlink, but I get an error ‘Cannot get’ page error. What did I do wrong? Can someone help me?
Thank you,
Tristian
The Entities
folder is at the root of your project, not in the Hyperlinks
folder, so you probably need to add a slash to the front of the path, like this:
<a href="/Entities/entities.html">Entity Page</a>
Thanks for this @eelsholz , i had a similar problem and was able to fix it through this. here’s a link in case anyone wants a good read.
Need Hyperlink Help, File W/in a Folder, W/in a Folder.
huge help. was stuck on this for hours all due to one little forward slash.