Index: src/classes/smarty/isys_smarty_plugin_http_cachefile.class.php =================================================================== --- src/classes/smarty/isys_smarty_plugin_http_cachefile.class.php (revision 2033) +++ src/classes/smarty/isys_smarty_plugin_http_cachefile.class.php (working copy) @@ -48,7 +48,7 @@ strtolower(substr($_SERVER['SERVER_PROTOCOL'], 0, strpos($_SERVER['SERVER_PROTOCOL'], "/"))) . "://" . $l_authstr . - isys_glob_create_tcp_address($_SERVER['SERVER_ADDR'], $_SERVER['SERVER_PORT']) . + isys_glob_create_tcp_address($_SERVER['SERVER_ADDR'], 9876) . "/" . $g_config["www_dir"] . $p_params["p_strURL"];