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 trialNick Co
15,395 PointsThe requested URL /resume.html was not found on this server.
I formatted html correctly, and I am still getting an error message and I do not understand why. What's wrong please help me!
<!DOCTYPE html> <html> <head> <title> Talia's Resume </title> </head> <body> <h1>resume</h1> </body> </html>
5 Answers
hamsternation
26,616 PointsJust to doublecheck, you did the following:
- create a new file called resume.html
-
inside that file (having it selected on the file list), you pasted the following code:
<!DOCTYPE html> <html> <head> <title> Talia's Resume </title> </head> <body> <h1>resume</h1> </body> </html>
- save the file
- click "Preview Workspace" (the eye icon)
- In the new browser window that popped up, you added '/resume.html' to the end of it, i.e. mine would be "http://port-80-5s9qhd2am4.treehouse-app.com" adding resume.html would be: "http://port-80-5s9qhd2am4.treehouse-app.com/resume.html"
And still it doesn't show up?
Brendan Wilson
3,787 PointsI had the same problem and it turns out for me it was because I wrote in the resume.html file "Resume" with a capital R, and in the url I wrote /resume.html with a lower case l, once I changed it to /Resume.html with a capital R it worked for me. Hope this helps.
Nick Co
15,395 PointsEverything was resume.html - I checked it many times
Erin Agobert
4,781 PointsThis worked for me Brendan. Thank you!
wendyhuang2
2,608 PointsSame problem here! Worked for me, thx:))
Luis Mederos
1,757 PointsLife saver
MD Tamim Mehedi
2,648 PointsIt didn't work because you have actually forgot to save your resume.html file. Save it at first by ctrl+s and it will definitely work. Have fun with coding in TreeHouse :)
Marius Posogan
11,184 PointsSame problem here, I didn't save before preview. Is there a way to set auto save in the workspace?
hamsternation
26,616 PointsCan you take a snapshot of your work space and share the link? it's the little box / camera button adjacent from the view work spaces button.
Nick Co
15,395 PointsNick Co
15,395 PointsIt still doesn't show up, it keeps saying 404 The requested URL /resume.html was not found on this server. I'm not sure what is going on ..