123456789101112131415161718192021222324252627 |
- <IfModule mod_authz_core.c>
- Require all denied
- </IfModule>
- <IfModule !mod_authz_core.c>
- Deny from all
- </IfModule>
- Options -Indexes -ExecCGI -Includes -MultiViews
- SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
- <Files *>
-
- SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
- </Files>
- <IfModule mod_php7.c>
- php_flag engine off
- </IfModule>
- <IfModule mod_php.c>
- php_flag engine off
- </IfModule>
|