NetHosted Staff

Joined: 22 Mar 2004 Posts: 5625
|
Posted: Mon Oct 01, 2007 10:06 am Post subject: [01/10/07] cPanel 11 cPanelProxy fix |
| |
Hi,
If you are having problems accessing your webmail via cPanelProxy since the cPanel 11 update you should add the following code:
| Code: | | $data = preg_replace('_([^.]*)/webmail_', '$1/webmail_', $data); |
below line 222 in cpanelproxy.php in your webmail directory which is:
| Code: | | // Fix hostname in redirects, cookies... |
and above line 223 which is:
| Code: | | $data = str_replace( |
If you don't fancy editing this file an edited cpanelproxy.php file is available in the cPanelProxy.zip located here:
http://www.nethosted.co.uk/cpanelproxy
Thanks,
Andrew _________________ | Andrew Bassett
| Managing Director, NetHosted Ltd.
| Resellers, take a look at overselling !
| Members, tell us what you think of NetHosted! |
|