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.

2 jaren geleden
123456
  1. <IfModule authz_core_module>
  2. Require all denied
  3. </IfModule>
  4. <IfModule !authz_core_module>
  5. Deny from all
  6. </IfModule>