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 trialEugene Chia
16,951 Pointshttps://codex.wordpress.org/ apparently it's wrong !
This should be included into the answer.
1 Answer
shadryck
12,151 PointsIts wrong because the / at the end tells to look differently at how the link is entered. It then tries to read it as a raw database instead finding the index.html, home.html etc. So its basically trying to read what files are in the https://codex.wordpress.org directory.
The actual correct URL should be https://codex.wordpress.org
Correct me if im wrong.