I would like to change the webmail url automatically generated in the config proxy subdomains in WHM.
The generated code in httpd.conf is this for the proxy subdomains:
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P]
Would you like to switch to this:
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteRule ^/(.*) http://soft.domain.com/$1 [P]
The soft.domain.com is an account with a webmail software.
This code is automatically generated and I can not change by editing httpd.conf.
Can someone help me?
Thank you.
The generated code in httpd.conf is this for the proxy subdomains:
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P]
Would you like to switch to this:
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteRule ^/(.*) http://soft.domain.com/$1 [P]
The soft.domain.com is an account with a webmail software.
This code is automatically generated and I can not change by editing httpd.conf.
Can someone help me?
Thank you.