Hello,
I have the following virtual host
Code
- <VirtualHost *:80>
- ServerName mail.*
- ServerAlias admin.example.org/webmail/
- DocumentRoot /var/www/imscp/gui/public/tools/webmail
- <Directory /var/www/mysite/>
- Options Indexes FollowSymLinks
- AllowOverride All
- Require all granted
- </Directory>
- ErrorLog /var/log/apache2/mail-error.log
- CustomLog /var/log/apache2/mail-access.log common
- </VirtualHost>
But when I enter my address mail.example.org then it`s opened login page for admin panel.How to do it so that in setting mail.example.org open my webmail login page