whipanor7

Member
Feb 2, 2007
6
0
151
Does anyone know how to get this working? It was working fine earlier and now it's not. I have to visit http://mydomain.com:2082 and 2086 to get into the control panel. Any one have a clue as to what's going on?
 

kernow

Well-Known Member
Jul 23, 2004
1,031
62
178
cPanel Access Level
Root Administrator
Check your httpd.conf and make sure you have these entries:
Code:
ScriptAliasMatch ^/cpanel/(.*) /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /cpanel /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAlias /webmail /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAliasMatch ^/webmail/(.*) /usr/local/cpanel/cgi-sys/wredirect.cgi