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
tinaf
6,785 PointsI can't preview my contact page
I coded my contact page correctly(I hope) but m getting error 404 on the preview, I can't see where the problem is
2 Answers
Ash Scott
435 PointsHi,
You need to make sure your contact page isn't in a separate folder. It needs to be in the document root to be accessed at domain.com/contact.html. If it's a folder, you need to add the folder name to the URL such as domain.com/foldername/contact.html
Hope this helps! Ash
tinaf
6,785 PointsI tried that but still its not working