Can't go to /cpanel /webmail

brianoz

Well-Known Member
Mar 13, 2004
1,146
7
168
Melbourne, Australia
cPanel Access Level
Root Administrator
If it works from one place and not another, and you can access web pages under the domain in question, just can't access /cpanel etc, then it's likely to be a strict network firewall blocking access, I've seen that in a few places. To work around that you need to install www.cpanelproxy.net.
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
How to fix it??
Make certain the following are in /usr/local/apache/conf/httpd.conf:
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
 

faison

Active Member
Apr 17, 2005
34
0
156
Make certain the following are in /usr/local/apache/conf/httpd.conf:
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


That is my solution
It's working now
Thanks you