RickDeckard
Verified User
- Joined
- Mar 18, 2011
- Messages
- 106
Hi, i've used these guide
http://help.directadmin.com/item.php?id=92
in my case i've added:
look as example:
http://email.artigianisicilia.it/
All roundcube templates are not loaded correctly.
In the same domain I've created a sub domain "webmail" containing a file index.php with these string:
http://webmail.artigianisicilia.it/
it work but it's a temporaney solution.
Any suggestion?
Thanks
http://help.directadmin.com/item.php?id=92
in my case i've added:
HTML:
<VirtualHost |IP|:|PORT_80| |MULTI_IP|>
ServerName email.|DOMAIN|
ServerAdmin |ADMIN|
DocumentRoot /var/www/html/roundcube
CustomLog /var/log/httpd/domains/|DOMAIN|.bytes bytes
CustomLog /var/log/httpd/domains/|DOMAIN|.log combined
ErrorLog /var/log/httpd/domains/|DOMAIN|.error.log
</VirtualHost>
look as example:
http://email.artigianisicilia.it/
All roundcube templates are not loaded correctly.
In the same domain I've created a sub domain "webmail" containing a file index.php with these string:
PHP:
<?php
header("Location: http://".$_SERVER['HTTP_HOST']."/roundcube/");
?>
http://webmail.artigianisicilia.it/
it work but it's a temporaney solution.
Any suggestion?
Thanks