Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialziv sofrin
1,051 PointsError 404 on About.html link
Hello, I stuck with issue during this lesson, anytime when i click on "about" on the preview website from the WorkSpace, it's show me the Error 404 code. in that link: http://web.qgjeomphyv.treehouse-app.com/About.html what i can do to solve this problem
2 Answers
Steven Deutsch
21,046 PointsHey Ziv,
Can you post your code so I can try and figure out what the issue is? Without it all I can suggest is this... Try looking at your anchor and make sure that about.html is properly linked. It should look like this:
<a href="about.html"> About </a>
Make sure you saved the file as a HTML file and that it is in the same file folder as index.html!
Good luck!
ziv sofrin
1,051 PointsThanks alot!! Now it working with out the 404 code, now it directly show me the fully "About" page. Thank you very much for your help ^_^.
Adam Sackfield
Courses Plus Student 19,663 PointsFor future, the 404 error means it cannot find a page so either the link will be incorrect or the page does not exist. :)