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

Morgan Garner
688 PointsWhat do I do??
I've put my website up on the internet, but instead of being able to go straight to my website, visitors first see a white page with links to my pages. Why? How can I fix that?
4 Answers

Chyno Deluxe
16,936 Pointsis your home page labeled index.html?

Morgan Garner
688 PointsThe hosting company is Web Hosting for Students. I am too new to this to describe the file structure, but I think it's typical.

Chyno Deluxe
16,936 PointsCan you provide screenshots of the screen where you uploaded the files and your home page?

Morgan Garner
688 PointsScreen Shot 2015-09-17 at 7.41.43 PM
^^Is that what you want?

Christian Andersson
8,712 PointsMorgan, does the page look something like this?
If so, you may have forgotten to upload the .css file OR maybe the links to the .css file in your html file is incorrect (see below).
<link rel="stylesheet" type="text/css" href="LINK HERE">

Morgan Garner
688 PointsYes, it does look similar!
Screen Shot 2015-09-17 at 7.41.43 PM
Do you know how this can be fixed? (Once I click on any of these links, I get my finished website.)

Christian Andersson
8,712 PointsMorgan, did you read my suggestion of how you might be able to fix it??
Also, you are not pasting your screenshots, only their titles. Try uploading the picture to a image hosting site, such as http://imgur.com, and then paste the link here.
Another thing you should do is to copy-paste your code here. Both the HTML and CSS, so we can take a look. Edit your first post above and enter the codes there.

Luke Pettway
16,593 PointsSome webhosts also have an option for the default html file to load and if they use an obscure name like default.html (which I have seen before) that can also cause your directory to list this way. If you FTP and create an index.php file does that fix it, this is a test I will always do to make suer that there isn't an issue with the index file.
I'd also look at the index.html file's permissions too.

Christian Andersson
8,712 PointsI think his problem is with his css not loading. You might be correct though as he hasn't provided any screenshots yet.
Morgan Garner
688 PointsMorgan Garner
688 PointsYes
Chyno Deluxe
16,936 PointsChyno Deluxe
16,936 PointsWhat hosting company are you using and what does your file structure look like?