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?
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?
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
All of them work now except /whm/
Any idea?