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 trialRick Wise
4,034 PointsI am getting the 404 error as well...what am I doing wrong?
This is what my code says. It didn't look like I had an error in it. Can anyone see one? Any idea how to fix this issue. Thanks a lot!
<!DOCTYPE html> <html> <head> <title>rick wise resume</title> </head> <body> <h1>resume</h1> </body> </html>
3 Answers
Martin Zarate
10,723 PointsError 404 means the page can't be found. In your case, it is hard to say without looking, but I will guess you are typing the wrong path to the page in the URL, or the URL has a typo or some sort. Perhaps, tell us the name of the file you are working on, and the URL that you are accessing it and maybe we can point some error there. Cheers.
Rick Wise
4,034 PointsThanks Marin, but I finally figured it out. My "R" in Resume was capitalized in the tab. It needed to be lowercase. Simple error. Thanks for the help though!
Nick Renteria
10,258 PointsRick you genius! I was making the same error. Thanks!
Lisa Carbonell
Full Stack JavaScript Techdegree Graduate 16,926 PointsThank you, Rick! I had the same problem with uppercase R. Changing to lower case fixed it.