Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

7 lines
124B

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