navigate to this dir
c:\xampp\apache\conf\extra
Locate file
httpd-xampp.conf
find this below lines
#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
# if you want to allow other ip address to access webroot please remove # for the below line
# Deny from all
Allow from 127.0.0.0/8
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
0 comments:
Post a Comment