diff --git a/route.php b/route.php index 3a47f46..7bd9e5a 100644 --- a/route.php +++ b/route.php @@ -171,8 +171,9 @@ class route if ($module !== "") $baseURL .= $module."/"; $requestURL = $this->requestURL (); - if (substr ($requestURL, -1) !== "/") - $requestURL .= "/"; + // FIXME : Why do I add this slash ? I can not redirect the word to word/ + // if (substr ($requestURL, -1) !== "/") + // $requestURL .= "/"; if ($destURL[0] === "/") { // Absolute : return to project base