getUri()->getBaseUrl(); $response = $response->withStatus(302); $response = $response->withHeader('Location', $basePath . $path); return $response; } }