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 trialRobb Wolfson
653 PointsCan't preview Workspace
I can't get a preview to appear of the code in my workspace when I try. Instead I get a screen with text that reads: "Index of / ../ Normalize/ 24-Jun-2014 21:14 - img/ 24-Jun-2014 23:02"
Any suggestions about how to resolve this? Thanks.
1 Answer
Scott Magdalein
1,667 PointsHi Robb, it looks like your Workspace is missing an index.html file. Every website needs an index.html. The server will default to using that file for the home page. And remember to make sure that your files and folders have lowercase file names, like "index.html", "about.html", and folders like "images" or "normalize".