.htaccess 184 B

12345678
  1. #AuthName "SDS status monitor"
  2. #AuthType Basic
  3. #AuthUserFile /opt/www/katrin.htpasswd
  4. #require valid-user
  5. Order Allow,Deny
  6. Allow from 141.52.12.0/24
  7. Allow from 127.0.0.0/8
  8. Satisfy Any