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
Michael Bliss
289 PointsAdding page
I am in the early stages of learning how to construct websites. I am stumped on the 'adding pages to website' as I have followed the instructor's guidance through the process but for some reason the URL /about.html can still not be found by server. Preceding this notification, I copied the code from my index.html page in my workspace into my about.html page on workspace. This should have created a duplicate page of the index page upon refreshing my website. Unfortunately it did not do that and I cannot for the life of me figure out where I goofed up. I know it is a simple mistake but if anyone could provide some insight I would greatly appreciate it.
Thanks!
Mike
Michael Bliss
289 PointsHi, Jonathan,
I just figured out what the issue is. I had the URL after h ref saved with lower case "about" rather than uppercase like I had saved file!
Thanks for response. Have a great day :)
Jonathan Chua
4,136 PointsGlad you were able to track it down! Good luck on your learning!
1 Answer
Ron Horn
7,591 PointsHi Michael,
Your file naming issue is very common, and probably one of the most common "bugs" in web development from what I've seen. I myself have gone back in to my files on a server over and over trying to fix links and such only to find that I set traps for myself by not staying consistent with my file naming.
cheers
Jonathan Chua
4,136 PointsJonathan Chua
4,136 PointsHey Michael, it's so frustrating when things don't work and there is no apparent reason! When you say the page can't be found by the server, do you mean that when you click on the "About" page link from your main page, you get a "page not found" error? If so, what is the href URL in your nav menu for "About"?