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 trialDaan Valk
Courses Plus Student 454 PointsAbout page doesn't work (404 error)
Hi there,
I copied the index code to the about page but unfortunately it didn't work as expected. the about page gives a 404 error
2 Answers
Adam Sackfield
Courses Plus Student 19,663 PointsA 404 error means that the server can't find the page. Check the linking to ensure there are no typo's!
Kirill Lavrishev
3,699 Pointsdid you updated the link to the about page name? (name about.html link = href="about.html")