Hello, i upgraded my isp installation from version 2.2.29 to version 2.2.30. Befor i upgrade my domain forwarding from webmail.domain.de to https://ispconfig.domain.de:81/roundcubemail works fine. After the upgrade my forwarding wan't work. Into the ispconfig the subdomain is defined but the cat /etc/apache2/vhosts/Vhosts_ispconfig.conf |grep domain.de shows RewriteEngine on RewriteCond %{HTTP_HOST} ^webmail\.domain\.de [NC] RewriteRule ^/(.*) https://ispconfig.domain.de/roundcubemail/$1 [L,R] RewriteCond %{HTTP_HOST} ^ispconfig\.domain\.de [NC] RewriteRule ^/(.*) https://ispconfig.domain.de/$1 [L,R] it looks like my config in the ispconfig wrote the :81 not into the vhosts_ispconfig.conf thanks for your help. STEFAN
Same Problem here As described in the Announcement for Version 2.2.30 i added one line of code to /root/ispconfig/scripts/lib/config.lib.php but even after restarting the server the ports are ignored. Has someone found a solution for this problem? SOLVED - it is working now as described with the modifications in config.lib.php
thanks for your replay virtualweb, can you post me the modification of your /root/ispconfig/scripts/lib/config.lib.php kind regards STEFAN