From 21d001734e25b7e44cd4f098d816176ad9c1a5f7 Mon Sep 17 00:00:00 2001 From: "victor.soulier" Date: Thu, 16 Nov 2023 20:17:12 +0100 Subject: [PATCH] =?UTF-8?q?FIX=20:=20basePath=20mis=20=C3=A0=20la=20racine?= =?UTF-8?q?=20du=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/index.php b/project/src/index.php index 3e056ff..b57d176 100644 --- a/project/src/index.php +++ b/project/src/index.php @@ -13,7 +13,7 @@ //altorouter $router = new AltoRouter(); - $router->setBasePath('/public_html/ScienceQuest'); + $router->setBasePath(''); $cont = new FrontController();