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 trialRichard Willemain
192 Points"Index of" -- see as first line on preview; then Index -- if clicked see name ?
do not understand why I see the tree structure (?) when I do preview. Index of Index
1 Answer
Jason Anello
Courses Plus Student 94,610 PointsHi Richard,
If you have the file named "Index.html" then rename it to "index.html", all lowercase.
That's what the server is looking for by default.
Richard Willemain
192 PointsRichard Willemain
192 Pointssimple enough. Thank you !