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

General Discussion

I get error 404 when I try to key in the url

my username is juncheng712. i typed juncheng712.github.io and i get error 404

3 Answers

Hi jun cheng wong,

404 means that the server could not locate the file you requested.

In this case, you've not actually requested the file you're wanting from the correct servers (which are githubs). Try the following url:

https://github.com/juncheng712/juncheng712.github.io

Hey jun cheng wong, It looks like you are trying to view your github webpage. The issue is that it is trying to find an index.html file but there isn't one. When I look at the repo it looks like you have it named bestCityGuideIndex.html. Try renaming that file to index.html, save, commit and push it back up to github. That should fix the issue after a couple of minutes! Hope this helps :)

thanks Mel, I was so frustrating because I can't find a solution. Fortunately, you have pointed out my problem