diff --git a/common/defaults/config.php b/common/defaults/config.php index fa353d3af..0dfba2d14 100644 --- a/common/defaults/config.php +++ b/common/defaults/config.php @@ -49,7 +49,7 @@ return array( ), 'url' => array( 'default' => null, - 'unregistered_domain_action' => 'redirect_301', + 'unregistered_domain_action' => 'display', 'http_port' => null, 'https_port' => null, 'ssl' => 'none',