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 trialThomas Brushel
11,713 Points[SOLVED] Unable to connect
Unable to connect
Firefox can't establish a connection to the server at localhost:8888.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web. I keep getting this message
Thomas Brushel
11,713 Points@Andrew Rady, yes im still on treehouse and im able to go to any other website
Andrew Rady
20,880 Pointsare you using mamp for your local server?
Thomas Brushel
11,713 PointsYes im om a Mac, I had another folder in the htdocs for a wordpress theme I was developing, I temporary removed it from the htdocs to see if that was the problem and still nothing.
Andrew Rady
20,880 Pointstry putting only one file in your htdocs as index.php with...
<?php phpinfo(); ?>
if you get the information then there is something with your code, if not then I would check your settings in your mamp application.
Thomas Brushel
11,713 PointsOkay, I actaully just uninstalled MAMP im going to get a fresh version and see if that works if that doesnt I will try <?php phpinfo(); ?> thank you for the help
Andrew Rady
20,880 Pointsfunny, I was going to recommend that next haha hope it works out, let me know!
Thomas Brushel
11,713 PointsYup reinstalled MAMP and everything is working great!
Andrew Rady
20,880 PointsAwesome! Good to hear!
Iain Simmons
Treehouse Moderator 32,305 PointsHi Thomas Brushel, just letting you know that I've updated your question title to indicate that you've figured it out.
Andrew Rady
20,880 PointsAndrew Rady
20,880 PointsCan any other browsers connect?