Quantcast
Channel: Security
Viewing all articles
Browse latest Browse all 1881

Convert htaccess 'FilesMatch' for blocking ip access to iis web.config

$
0
0
<FilesMatch ".*">
    Order deny,allow
    Deny from all
    Allow from 124.85.14.238
    Allow from 224.185.4.45
    Allow from 112.48.34.0/23
    Allow from 105.193.28.0/22
    Allow from 222.124.249.0/24
    Allow from 56.11.0.0/16
    Allow from 114.15.0.0/16</FilesMatch>

I have the above file I need to convert to work on IIS 7


Viewing all articles
Browse latest Browse all 1881

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>