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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -