How do I make the server login with the url http://webmail.anysite.com
How do I make the server login with the url http://webmail.anysite.com
Can you please elaborate as what you need to do exactly so that I can provide you the appropriate information?
You can add a subdomain called webmail.yourdomain.com with public_html as the document root and add these rewrite codes to the .htaccess file
RewriteEngine On
RewriteCond %{HTTP_HOST} webmail\.yourdomain\.com
RewriteRule ^(.*)$ http://yourdomain.com/webmail/$1