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.
 
 
 
 
 

8 lines
143 B

  1. <IfModule mod_authz_core.c>
  2. Require all denied
  3. </IfModule>
  4. <IfModule !mod_authz_core.c>
  5. Order allow,deny
  6. Deny from all
  7. </IfModule>