X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1181ceb7358ca79f648d0067afa8bc66a8a782f1..e6a81e8deceae44211ba9d12096edb99efc4a015:/settings/defaults.php?ds=inline diff --git a/settings/defaults.php b/settings/defaults.php index 7a7a1e6f..02b11237 100644 --- a/settings/defaults.php +++ b/settings/defaults.php @@ -85,7 +85,7 @@ if (file_exists(CONST_InstallPath.'/settings/local.php')) require_once(CONST_Ins // Website settings @define('CONST_NoAccessControl', true); -@define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/'); +@define('CONST_Website_BaseURL', '/'); // Language to assume when none is supplied with the query. // When set to false, the local language (i.e. the name tag without suffix) // will be used.