New Xampp Security concept
Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
So, as the message says, let's open the file:
/opt/lampp/etc/extra/httpd-xampp.conf(its path may vary depending on your system and installation).
Now edit the lines under this comment:
# since XAMPP 1.4.3So that they look like these:
# since XAMPP 1.4.3Now restart your Xampp and you're done!
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Order allow,deny
Require all granted
Allow from all
</Directory>
No comments:
Post a Comment