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 trialElizabeth Hammock
6,674 PointsUpload not showing up
I used Godaddy and filezilla to do this. All of the files are there but they are not showing up on the site. they are in the public.html so im not sure what happened.
1 Answer
Wayne Priestley
19,579 PointsHi Elizabeth,
I'm not 100% sure about how Godaddy or filezilla works but I can give you a quick explanation of how i have things setup, some of the steps you've probably already done but I'm going to list them incase you haven't.
- I have a folder on my hosting provider that i call my "website" (or whatever the name of your website is)
- Inside that folder I have my index.html file, about.html, contact.html, css FOLDER, img FOLDER etc.
- when I buy a domain I go into the domain management page and point that domain to the "website" folder, thats how the domain finds all my website files.
I'm guessing that by the sounds of it your domain may not be pointed to the folder containing your index.html file etc.