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 trialPengcheng Zhai
Courses Plus Student 947 PointsHow can I open this project in XAMPP
I am trying to download the project file and run it on my local server XAMPP. But the pages indicate that access forbidden
1 Answer
Jonathan Grieve
Treehouse Moderator 91,253 PointsSounds like a permissions error and the file isn't open for reading. Check there's no problem with your local apache or even your SQL server. Also that you're viewing the localhost in your browser rather than the file.
Also see if your system has access rights to the file?
Failing all of that, google the error code you see in your browser. Good luck. :)