4 tips on hosting
Which Hosting Account?
If you had asked me that question a year ago I would not have hesitated. It would have been Windows Server using IIS. However, in my view things are changing. More and more I am turning to Apache and Linux. Why? Well mainly it's my recent love affair with Wordpress which definitely works better under Apache in my view, mainly because of Permalinks.
IIS cannot handle url rewriting out of the box and does not work with .htaccess natively. So you need some form of plug in/add on.
So, if you need to rewrite your urls (especially for Wordpress), then I would always go down the Apache road. However, if you really need to use Windows based servers then you can always install URL Rewrite Module 2.0 (for IIS7) or the brilliant Helicon Isapi Rewrite 3 or their new Helicon Jet packages which are both under $100!
I have to say Helicon have a fantastic support service and will help you on any Regex writing problems you have with their package.
SEO - Using GZip
Now that Google is looking at page rendering speeds, it's a very good idea to ensure GZip is enabled on your server to get that extra SEO tick in the box for your web design!
In a nutshell, GZip will compress the webpage server side, transmit it across the internet and then your web browser will 'unzip' it and render the page. Significant improvements in page rendering times can be achieved using GZip.
However, despite this being a great idea, many hosting services don't have GZip running natively which is a pity. If you are hosting using Apache, then you are in luck. GZip can be instigated by coding up .htaccess using the following:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
IIS7 should have GZip running by default and if not you can set up GZip programatically using microsoft.web.administrator. However, with IIS6 things are a little trickier. So long as you have direct access to IIS on the server then it is just a matter of checking a couple of property boxes and your done. But unless you have a dedicated server, this option is pretty much unavailable to you.
If you are having trouble getting GZip to work contact your hosting provider.
hostgator discounts
There are several popular host gator coupon promo http://www.hostgatorpromos.com/ which offer hostgator sign up for only one cents, some for upto $25 discount, some $9.94 discounts and some offer more than 20% savings.
Cpanel Website Hosting
Cpanel website hosting is a unix based web hosting control panel that provides a graphical interface and automation tools designed to simplify the process of hosting a web site. cPanel hosting utilizes a 3 tier structure that provides functionality for administrators, resellers, and end-user website owners to control the various aspects website and serveradministration through a standard web browser.