stefanr
28th March 2009, 18:11
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
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