Found the problem. Can you add this line in line 1424 of /root/ispconfig/scripts/lib/config.lib.php:
Code:
if($domain_weiterleitung_url_parts['port']) $domain["domain_weiterleitung"] .= ':'.$domain_weiterleitung_url_parts['port'];
(right after
Code:
$domain["domain_weiterleitung"] .= strtolower($domain_weiterleitung_url_parts['host']);
and before
Code:
if($domain_weiterleitung_url_parts['path']) $domain["domain_weiterleitung"] .= $domain_weiterleitung_url_parts['path'];
)?