windows - XAMPP - Only allow access to a directory locally -
i have been stuck on days no luck. installed windows server 2008 , xampp. got 403 error , able edit config file allow al network access. uploaded billing system made htdocs directory. due security issues, want admin directory accessed through local network.
please show me how if know.
thanks!
you can through apache configrations httpd.conf
<locationmatch "^/domain.com/admin/*"> order deny,allow deny allow 192.168.* </locationmatch>
Comments
Post a Comment