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 trialYeshaya Coffman
Full Stack JavaScript Techdegree Graduate 22,885 PointsCan't create new files on workspace
When I launched the workspace after watching the video the workspace had already a file named Index.html with <h1>Nick Pettit</h1> on it I wanted to create the file myself like they taught me in the video but when I did that and I clicked preview a page that said Index of/ and a link appeared also when I tried to create a second file and clicked preview the second file didn't even appear
2 Answers
Robert Richey
Courses Plus Student 16,352 PointsHi Yeshaya,
I was able to reproduce this error. It happens when the name of your index file is capitalized, like this: Index.html
Edit: The Index of/
page shows up when index.html
is anything but lower-case.
Try renaming it to the lower-case version: index.html
Yeshaya Coffman
Full Stack JavaScript Techdegree Graduate 22,885 PointsThanks a lot! I capitalize everything :)