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 trialKelly Wood
2,751 PointsI click preview to view my webpage & it leads me to a page that says, "Index of/" and a hyperlink to my page.
How to I get it so that when I click the preview button, it automatically brings me to my page in one step rather than in two steps?
6 Answers
Jay Padzensky
4,731 PointsHi Kelly,
If you can either post a snapshot of your Workspace (in the upper right corner) or post your code here via the Markdown Cheatsheet (with the three tickmarks ` above and below your code), it could help others try to help resolve your issue easier.
Kelly Wood
2,751 Pointshttp://port-80-8k1bkdftr7.treehouse-app.com/
Can the above be viewed? I cannot figure out how to post a snapshot of the screen that pops up when i preview
Jay Padzensky
4,731 PointsThe link provided is inaccessible to others. You can fork your Workspace (upper right corner) to give us the ability to access a clone of it.
Kelly Wood
2,751 Pointsonce I fork it, how do i bring it to here?
Jay Padzensky
4,731 PointsPlease take a look at this explanation from one of our Teachers. In particular, note his post about "index.html"
Kelly Wood
2,751 Pointsunfortunately this didn't work.
Jay Padzensky
4,731 PointsAfter renaming your "Index.html" file to "index.html", I was able to view the webpage without seeing "Index of /"
Kelly Wood
2,751 Pointsthank you! I did not get that far down in the previous explanation and would have never thought a capital letter was the cause of that.