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 trialalex lawless
9,661 PointsHey, I seem to be stuck with the contact page. I think Im doing correctly. However, I'm getting a 404 on contact page.
I've created contact.html page and copied html from about page, which works fine. Also, changed class to contact. However constantly getting 404 message.
4 Answers
alex lawless
9,661 PointsThanks Guys! I have deleted all code in the three pages and rewritten the section. Seems to be working fine now. Not aware of typing anything different to last time. Thanks again. Alex
Tom Bedford
15,645 PointsHi Alex, I would double check your filename and links to the page. 404 means the page isn't found so whatever the url is pointing at (e.g. example.com/contact.html) isn't finding anything to load.
lovell
7,882 PointsAlex,
Like Tom says, make sure your capitals are in all the right places ie Contact.html contact.html :-)
Check them in your html document where they are href links and also the name of your actual contact page.
Good luck.
Matthew Rockhold
Courses Plus Student 397 PointsCould you post the code you're using?