--- mambo/branches/4.6/includes/sef.php 2006/02/02 14:50:48 222 +++ mambo/branches/4.6/includes/sef.php 2006/02/02 22:13:45 223 @@ -254,7 +254,7 @@ global $iso_client_lang; $server = mamboCore::get('mosConfig_live_site'); - if ($string == 'index.php') return $server; + if ($string == 'index.php') return $server.'/'; if (!mamboCore::get('mosConfig_sef') OR strtolower(substr($string,0,9)) != 'index.php' OR eregi('^(([^:/?#]+):)',$string)) return $string;