templating->render('index'); } #[HttpGet('/index.php')] public function getIndexPHP($response): void { $response->redirect('/', true); } }