First works, second shows a 403.
Access Denied
PS: And the configuration is broken.
The output comes with the http headers:
HTTP/1.1 403 Forbidden
Connection: close
Content-Length: 575
Content-Type: text/html; charset=UTF-8
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Access Denied</title>
<style type="text/css">body {margin:0;font-family:verdana,sans-serif;} h1 {margin:0;padding:12px 25px;background-color:#343434;color:#ddd} p {margin:12px 25px;} strong {color:#E0042D;}</style>
</head>
<body>
<h1>Access Denied</h1>
<p>
<strong>You are attempting to access a forbidden site.</strong><br/><br/>
Please contact <a href="https://techteam.kidscarehh.com/helpdesk">Techteam </a>or your manager for assistance.
</p>
</body>
</html>>
And checking it manual there is a ServerProtocolViolation error. Something is broken.