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

WordPress Local WordPress Development Local WordPress Development Installing WordPress Locally

Trying to set up local host, comes up with err connection refused

Using wp trying to set up local host, brings up on index page the localwp.com but comes up with error and wont open??? when you inspect it comes up with 3 error codes, err_connection_refused..

Using windows

1 Answer

Giuseppe Tiberi
Giuseppe Tiberi
1,239 Points

Hi cheryl tapp,

by the error you got ( err_connection_refused ) seems that you didn't insert properly the database data:

db name; db username; db user password; db host.

And please be sure that your local server is running without any problems.

Did you follow all the installation steps?