I have a Windows Server 2008 virtual machine with a xampp 5.6.3, but I get it:
Forbidden access! XAMPP new security concept: Access to the object request is only available from the local network. This setting can be configured in the "httpd-xampp.conf" file.
However, investigate and indicate that you change new Xampp Security and place the following: Order deny, allow // Deny from all Allow from all ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
but I do not get it, it only comes out:
// New XAMPP security concept Require local ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var