You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
157 B

  1. <IfModule mod_authz_host>
  2. Require all denied
  3. </IfModule>
  4. <IfModule !mod_authz_host>
  5. Order allow,deny
  6. deny from all
  7. </IfModule>
  8. Options -Indexes