IMPORTANT:
Installation requires that you have access to cPanel, so you need to
use a system that isn’t behind a firewall to install it.
instructions –
- Load up cPanel (www.yourdomain.com/cpanel or www.yourdomain.com:2085)
- Add a subdomain called cPanel.
- Copy the script cpanelproxy.php to the /public_html/cpanel/ directory.
- Modify (or add) the file /public_html/cpanel/.htaccess to include
the following 3 lines:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/cpanelproxy.php
RewriteRule .* /cpanelproxy.php [last]
That’s it. Once your subdomain is available, you can use
http://cpanel.yourdomain.com to get into cPanel and Webmail.