if (preg_match('/ErrorDocument\s+403/', $val)) {
                    ++$count['ErrorDocument 403'];
                    if (preg_match('/ErrorDocument\s+403\s+(.*)\s+$/', $val, $match)) {
                        $found['ErrorDocument 403'] = trim($match[1]);
                        if (trim($match[1]) == $goodUri) {