: Access Forbidden XAMPP Ok so I've been having some trouble accessing a subfolder inside a project folder. I have the following structure: -htdocs -Project -admin The problem
Ok so I've been having some trouble accessing a subfolder inside a project folder. I have the following structure:
-htdocs
-Project
-admin
The problem I'm havin is when I type localhost:8080/Project/admin (I changed the apache port to 8080) I get the Access Forbidden! error. I've read about the "New security concept" and tried to comment out the Require local line in the httpd-xampp.confbut still have no luck. Does anyone know how to solve this? Thanks in advanced!
More posts by @Sarah324
1 Comments
Sorted by latest first Latest Oldest Best
Hm... try to put this code into your host file.
<Directory "/path/to/your/dir">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
Require all granted
</Directory>
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.