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 trialT Rela
714 Pointshttp://www.example.dev/wp-admin/install.php
After setup of Desktop server on windows 10, both the link shttp://www.example.dev/wp-admin/install.php and localhost are not working on any browsers
2 Answers
Kelly O'Brien
3,360 PointsI found this answer on the server press site, which resolved the issue for me:
Do you have Skype installed? If so please go to Tools -> Options -> Advanced -> Connections and uncheck the box “use port 80 and 443 as alternative”. Then reboot your computer.
And start DesktopServer and click the [ Sites ] button
Here's the link to the site if that helps!
Tarek El Hinaoui
Courses Plus Student 13,220 PointsI had the same issue.. try the following.. 1- I had to unblock the port 80 setting a new rule through the windows firewall advanced settings.. in some win10 version this can be done by disabling the World Wide Web Publishing Services through the services.msc 2- I had to modify the C:\xampplite\apache\conf\httpd.conf file Server name from localhost to 127.0.0.1, remove the site reinstall it all over again.. 3- modify the wp-config.php in your installed site file directory to match your server name and databse settings
check these links https://premium.wpmudev.org/blog/setting-up-xampp/ http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/