sick of the /webmail/ calls...

shaun

Well-Known Member
PartnerNOC
Verifed Vendor
Nov 9, 2001
702
1
318
San Clemente, Ca
cPanel Access Level
DataCenter Provider
Twitter
just somthing that might help cut down support calls... i know we get alot of this.

edit the httpd.conf and add this line
ScriptAliasMatch /webmail /usr/local/cpanel/base/wredirect.cgi

below this line
ScriptAliasMatch /webmail/(.*) /usr/local/cpanel/base/wredirect.cgi


That will make webmail work for both /webmail/ and /webmail
 

bmcpanel

Well-Known Member
Jun 1, 2002
544
0
316
Thanks

Thanks. Yes, we get a few calls on this. I will udpate our servers this week!
 

JCave

Well-Known Member
Feb 19, 2003
71
0
156
I never encountered this. Probably cause I used scriptalias /webmail and not match.
 

Website Rob

Well-Known Member
Mar 23, 2002
1,501
1
318
Alberta, Canada
cPanel Access Level
Root Administrator
Although I've never had this problem, this could be why:

#Added by cpanel 6.0.0-EDGE_110 install
...
ScriptAlias /webmail /usr/local/cpanel/base/wredirect.cgi
ScriptAliasMatch /webmail/(.*) /usr/local/cpanel/base/wredirect.cgi
...

If one is not using an Edged build, the above may not be automatically inserted.