Mercurial > hg > isophonics-drupal-site
comparison sites/default/files/php/twig/.htaccess @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
5 | 5 |
6 # Deny all requests from Apache 2.0-2.2. | 6 # Deny all requests from Apache 2.0-2.2. |
7 <IfModule !mod_authz_core.c> | 7 <IfModule !mod_authz_core.c> |
8 Deny from all | 8 Deny from all |
9 </IfModule> | 9 </IfModule> |
10 | |
10 # Turn off all options we don't need. | 11 # Turn off all options we don't need. |
11 Options -Indexes -ExecCGI -Includes -MultiViews | 12 Options -Indexes -ExecCGI -Includes -MultiViews |
12 | 13 |
13 # Set the catch-all handler to prevent scripts from being executed. | 14 # Set the catch-all handler to prevent scripts from being executed. |
14 SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 | 15 SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 |