Hi,
the same problem with redirects of madmucho in ubuntu 8.10 and upgrade from 2.2.27 to 2.2.30
I changed the line what falko said...
Quote:
Originally Posted by falko
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'];
)?
|
... but now, I need to reinstall (run ./setup) another time to take effect? My all redirects will be like before?