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 HTML Basics Images, Text and Links Understanding File Paths

The filepath is not working at all for me. Always a 404 page.

When I put in the file path <a href="articles/2020/article.html">Read More</a> it doesn't work. My folder path is: root/articles/2020/article.html so I really don't understand. I'm always getting a 404 error.

Shawn Brandow what folder is the file that you are you writing your code in?

3 Answers

Chris Komaroff
PLUS
Chris Komaroff
Courses Plus Student 14,198 Points

You probably need to enter enter the complete url "root/articles/2020/article.html". Or whatever the full URL is for this page.

I figured it out, thanks for your help!

Gretchen Lysaght
Gretchen Lysaght
3,579 Points

I'm having the same issue. Can you please post what you did, Shawn?