diff --git a/inc/settings.php b/inc/settings.php index dd6d9f3..dda108a 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -145,7 +145,7 @@ class Settings { } if ($this->simple_urls && $this->name_link === "index.php") { - $this->name_link = "index/"; + $this->name_link = "../index/"; } $this->active_query = "";