Hi,
I've tried to setup webmail redirection by editing the vHost for my domain using the following code however the redirection is not working.
I have an A record of "webmail" pointing to the IP of my server.
When I enter http://webmail.haywoodvillage.org.uk it just takes me to a Sentora login screen rather than the Roundcube login screen.
Any ideas?
I've tried to setup webmail redirection by editing the vHost for my domain using the following code however the redirection is not working.
Code:
</VirtualHost>
# Configuration for WebMail - webmail.haywoodvillage.org.uk
<VirtualHost *:80>
ServerAdmin admin@haywoodvillage.org.uk
DocumentRoot "C:/zpanel/panel/etc/apps/webmail/"
ServerName webmail.haywoodvillage.org.uk
AddType application/x-httpd-php .php3 .php
<Directory />
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>
I have an A record of "webmail" pointing to the IP of my server.
When I enter http://webmail.haywoodvillage.org.uk it just takes me to a Sentora login screen rather than the Roundcube login screen.
Any ideas?