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

PHP Build a Simple PHP Application Getting Started with PHP Install PHP on Windows 7

I accidentally hit "Allow" in the Windows Firewall popup and now my Apache doesn't start properly.

Discussion title. I hit allow and now Apache has an error every time I start it up. Every other module is fine though.

Edit: This is while using XAMPP.

2 Answers

Logan R
Logan R
22,989 Points

This will be a little tricky.

(This is for Windows 8, but it should be mostly the same in Windows 7 / Vista) Press start and search for "Windows Firewall". On the left, click the link "Allow an app or feature through Windows Firewall" (It maybe be called something slightly different). Scroll through the list until you find the program you want to change and change it back to what you want.

I hope this helps, lol.

Figured it out. I tried everything you suggested as well as resetting my firewall defaults after that failed, but to no avail.

It turns out Pando Media Booster was using the same port Apache is configured to run on so I just disabled PMB and everything runs gravy.

Thanks!