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 trialPatrick Mockridge
Full Stack JavaScript Techdegree Graduate 45,611 PointsObject not found!
When I tried to set up my .dev Wordpress site I got this error message:
'The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.'
2 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsHi Patrick, are you trying to migrate a local installation to your web host?
If so you might be experiencing a problem that WordPress still thinks it's living on your local space.
Try changing your HOME URL in your config.php file.
Also be sure you're putting your wordpress files in the root folder (public_html or www)
Remember you'll also need to make sure you find and save the database details on your webspace because these will be different.
Patrick Mockridge
Full Stack JavaScript Techdegree Graduate 45,611 PointsIssue resolved now. I just used MAMP instead I think my anti-virus was interfering with the workings of ServerPress but MAMP is a nicer application anyway I feel.
Jonathan Grieve
Treehouse Moderator 91,253 PointsAwesome, glad you got it solved. I don't use serverpress myself. I use XAMPP for Windows and it serves my needs just fine. :)
Patrick Mockridge
Full Stack JavaScript Techdegree Graduate 45,611 PointsPatrick Mockridge
Full Stack JavaScript Techdegree Graduate 45,611 PointsNo I'm just trying to get ServerPress to work on my machine and build a WordPress site. I can't get it to work though.