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();