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 Adding Pages to a Website Add a New Page

html.

Why is on the preview link for my website. There is no "index" word on it, for example: should be ------ > http://web.xz0ebq6u4w.treehouse-app.com/index.html....... it only show http://web.xz0ebq6u4w.treehouse-app.com/

so, when i created a new file for about or contact, become an error.

3 Answers

i can acess your about.html when i use lowercase but not when using a uppercase for A. i can access about.html but not About.html. quite strange... can not access your Contact.html page. the server often use a default page if no filename is uesd. a default page can be index.html, index.php or someting else depending on server settings.

Aldo Merino
Aldo Merino
6,066 Points

Strange, are u sure u have the document named "index" and its on the root folder?

it is normal for that mine does that to. If you do something like a back button linked to "index.html" and then click on it it will show "http://web.xz0ebq6u4w.treehouse-app.com/index.html"