Web Hosting Talk







View Full Version : install third party webmail globally server wide?


ServerZB
10-21-2004, 02:19 AM
All my customer's first language is not English and also cpanel's webmail have problems for 2 bits languages, so I want to install my own webmail, but how to make it server wide? which when customer enter http://www.name.com/webmail

It will go to the webmail I install?

Thanks

:D

mattwade
10-21-2004, 07:51 PM
Add an alias in your apache config file. Something like:

Alias /webmail/ /path/to/install/www/

ServerZB
10-21-2004, 09:00 PM
So , i nthis way, even new created account will go to my own webmail automatically without adjustment?

Thanks for your helps