Greetings philbert-ga,
I am very sorry you've had to wait so long for an answer, but I have a
solution for you so I hope you'll still be pleased.
I own a hosting company and we use CPanel for our customers. I had a
client recently who had the exact same problem you are describing, and
I suggested the solution I will provide you below, and it worked like
a charm for him.
Take a look at this script:
http://myplace.dk/php/cpanelproxy/
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.
There are instructions embedded in the php file, but here's what I did
to get it to work for me.
1) Load up cPanel (www.yourdomain.com/cpanel or www.yourdomain.com:2085)
2) Add a subdomain called cpanel.
3) Copy the script cpanelproxy.php to the /public_html/cpanel/ directory.
4) 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.
I'm sure this will solve your problem for you, good luck with your endeavors!
--mosquitohawk-ga |