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 trialNiger Hall
3,800 PointsNot seeing what im coding when i preview
I am putting the code in the workspace exactly as instructed but when I do the preview it just says Index of ../ Index.html
What am I am I doing wrong?
2 Answers
notf0und
11,940 PointsThis is an annoying thing, but easily fixed! Just rename your "Index.html" to all lowercases, and you should be good to go. Workspaces only recognize HTML files named exactly "index.html", and will show you the document tree if that file doesn't exist. Otherwise, you can simply click on the hyperlinked "Index.html" to navigate to that page.
Joe Dayvie
11,956 PointsHello,
Make sure the document you created is actually saved as index.html and not just index. What did you name the file exactly?
Niger Hall
3,800 PointsNiger Hall
3,800 PointsGracias mi Amiga!!