Ok, I have an issue where a serveralias is set for www. That said, it does not work at all. Going to
gives a blank page. I have checked the
/var/cpanel/templates/apache2_4/vhost.default & ssl_vhost.default templates and the serveralias gets built properly, or so it seems. I have checked the actual files created at ls
/var/cpanel/userdata/example/example.com and example.com_SSL and they contain the serveralias.
but going to
leads to white screen. Without www, it all works perfectly.
Code:
http://www.domain.com
/var/cpanel/templates/apache2_4/vhost.default & ssl_vhost.default templates and the serveralias gets built properly, or so it seems. I have checked the actual files created at ls
/var/cpanel/userdata/example/example.com and example.com_SSL and they contain the serveralias.
Code:
serveralias: mail.example.comhttp://www.example.com' webmail.example.com webdisk.example.com cpanel.example.com
servername: example.com
ssl: 1
usecanonicalname: 'Off'
user: example
Code:
http://www.example.com or https://www.example.com
Last edited by a moderator: