Skip to content
Snippets Groups Projects
Commit ee997517 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update .htaccess and fix environment name

parent 5cbffdac
Branches
Tags
No related merge requests found
......@@ -126,7 +126,7 @@ class Handler extends BaseHandler {
// Ensure default environment directories for config_split.
foreach ([
'development',
'develop',
'test',
'live',
'nirvana',
......
......@@ -7,6 +7,7 @@
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>
# Turn off all options we don't need.
Options -Indexes -ExecCGI -Includes -MultiViews
......@@ -18,6 +19,6 @@ SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
</Files>
# If we know how to do it safely, disable the PHP engine entirely.
<IfModule mod_php5.c>
<IfModule mod_php7.c>
php_flag engine off
</IfModule>
\ No newline at end of file
</IfModule>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment