FastWebHost Web Hosting, FastWebHost Wordpress Hosting |

You can access cPanel and Webmail behind tight firewall or your company’s restrictive firewall using the script from below link:
http://cpanelproxy.net
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 initially.
There are instructions embedded in the php file, but here’s what you can do to get it working.
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.
Most of what we need is provided by ehostpros web hosting plans. They have many active hosting coupons you can take advantage of.
FastWebHost Web Hosting, FastWebHost Wordpress Hosting |
All ehostpros Hosting plans are capable of hosting your WordPress Blog. WordPress blogs can be extremely resource intensive if you happen to experience a surge in traffic. Poorly implemented wordpress setups can place a high load on ehostpros servers and lead to interruptions of service or account suspensions for using too many resources. Here are some tips that can help you make your wordpress install more stable:
1. Use WordPress super cache plugin ( http://ocaoimh.ie/wp-super-cache/ ) : The number one thing you can do to improve wordpress performance is install a page cache. WordPress super cache plugin is an extensive modification of the WP-Cache plugin. The wordpress super cache plugin serializes your posts to a file on disk and later spits them back. It also knows how to update itself when comments are received, etc, so your site is always the most up to date. I can not recommend this plugin enough if you wish to have a stable and responsive wordpress install. Note: to use this plugin you must have Mod_Rewrite enabled. Add the following to your .htaccess file: Options +FollowSymLinks RewriteEngine On
If you do not know how to add this to your .htaccess file, you can contact ehostpros hosting support.
Please see http://ocaoimh.ie/wp-super-cache/ for more information.
2. WP Built-in object cache: The default installation of wordpress can be used to cache database queries. Less database queries = less resources being used and that makes us all happy. Just add the following line to your wp-config.php file: // Enable the WordPress Object Cache: define(ENABLE_CACHE, true);
Read more of this article »