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

CSS How to Make a Website Sharing a Website Upload the Website

Ernest Tidwell II
PLUS
Ernest Tidwell II
Courses Plus Student 6,658 Points

index of/

this is what i get when i go to my page sanicorpmemphis.com and only when i click on the html file will my page show correctly

Index of /

images/ normalize.css responsive.css sanicorp.css sanicorp.html Apache/2.2.24 (Unix) mod_hive/4.0 mod_ssl/2.2.24 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_fcgid/2.3.6 Server at www.sanicorpmemphis.com Port 80

3 Answers

Wayne Priestley
Wayne Priestley
19,579 Points

Hi Ernest, Is your index.html file named correctly?
It's more likely a file path error though. You should have a folder called sanicorpmemphis, in that folder should be all your website files and folders.
On your server you should have your domain name pointed to the folder named sanicorpmemphis.

Hope this helps.

Ernest Tidwell II
PLUS
Ernest Tidwell II
Courses Plus Student 6,658 Points

all my files are in the folder called sanicorpmemphis but my index.html file is called sanicorp.html, will the name affect anything?