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 trial

HTML How to Make a Website Adding Pages to a Website Add a New Page

About 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

A 404 error means that the server can't find the page. Check the linking to ensure there are no typo's!

Kirill Lavrishev
Kirill Lavrishev
3,699 Points

did you updated the link to the about page name? (name about.html link = href="about.html")