Page 1 of 1

not sure how to add a ip

PostPosted: 11. April 2014 03:35
by n9mfk
HI
i no this means use localhost how wood i change it if i wanted localhost or 192.168.1.x


Code: Select all
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
        Require local
   ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>


thanks Beau

Re: not sure how to add a ip

PostPosted: 10. June 2015 23:49
by glitzi85
If I understand you correct you want access from localhost as well as from 192.168.1/24?

http://httpd.apache.org/docs/2.4/mod/mo ... _host.html

Code: Select all
Require local
Require 192.168.1


Edit: Ah crap, old thread. Sorry...