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

HTML How to Make a Website Beginning HTML and CSS Follow Along with Workspaces

Can'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

Hi 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

Thanks a lot! I capitalize everything :)