Hi all, After i adding a domain it go's to webmail not the default index page I am using Ubuntu 12.04 LTS (Apache2, BIND, Dovecot, ISPConfig 3) How do i fix this please. thanks, lokilust
I fixed it by putting the squirrelmail.conf back the way it was. after install PHP: <VirtualHost 192.168.0.100:80> DocumentRoot /usr/share/squirrelmail ServerName webmail.example.com </VirtualHost> Before install PHP: <VirtualHost 1.2.3.4:80> DocumentRoot /usr/share/squirrelmail ServerName webmail.example.com </VirtualHost> Now the only we i can get to webmail is example.com/webmail/ ? Please help me someone. Thanks