Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Alice Joubert
7,113 PointsBootstrap to Wordpress - WP Issue with Links
Hello!
I've been working on this new project and all is going well - but... I'm at the point where I'm creating the navigation menu, and when I click on a menu link, it says:
"Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error."
I'm using XAMPP to develop it locally...
Any help would be much appreciated - thank you! Alice
3 Answers
Andrew McCormick
17,730 Pointshave you checked your permalinks? Go to your Wordpress dashboard-> settings -> permalinks and just press the save button.
That's the first thing I always check when I have a non-working link that should be working.

Alice Joubert
7,113 PointsHi Andrew
Thank you so much - I thought it might have to do with the permalinks.
I set it to default and it works! Not sure how I'd get it to work with the other options though?
Thanks again!
Andrew McCormick
17,730 Pointsyou should be able to change the links to whatever option you want. Then save the settings. make sure to clear your browser cache and it should work out for you. Now if you have your menu set up manually (like you manually typed in the links) then you would have to fix those yourself.

Alice Joubert
7,113 PointsGreat thanks - lemme give it a try! :)