webmail did not routed to vhost
correo.mydomain.td
use code
# Configuration for WebMail
<VirtualHost *: 80>
ServerAlias mail. *
DocumentRoot "/ etc / sentora / panel / etc / apps / webmail /"
AddType application / x-httpd-php .php
<Directory "/ etc / sentora / panel / etc / apps / webmail /">
Options + FollowSymLinks -Indexes
AllowOverride All
Require all Granted
</ Directory>
anyone knows that this bad code?
correo.mydomain.td
use code
# Configuration for WebMail
<VirtualHost *: 80>
ServerAlias mail. *
DocumentRoot "/ etc / sentora / panel / etc / apps / webmail /"
AddType application / x-httpd-php .php
<Directory "/ etc / sentora / panel / etc / apps / webmail /">
Options + FollowSymLinks -Indexes
AllowOverride All
Require all Granted
</ Directory>
anyone knows that this bad code?