Page 1 of 1

"New XAMPP security concept" Access forbidden!

PostPosted: 25. May 2019 13:26
by edabxv
Hi

just install LAMPP and can't access phpadmin:

Access forbidden!
New XAMPP security concept:

Access to the requested directory is only available from the local network.

This setting can be configured in the file "httpd-xampp.conf".


as per various comments on google updated httpd-xampp.conf with following, but nothing help. Any suggestions:

# since XAMPP 1.4.3
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
#Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>