<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HostEase Hosting Blog &#187; Cpanel</title>
	<atom:link href="http://blog.hostease.com/tag/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hostease.com</link>
	<description>Ease your web hosting with HostEase</description>
	<lastBuildDate>Sat, 07 Jan 2012 07:59:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Set Up 301 Redirects in HostEase</title>
		<link>http://blog.hostease.com/how-to-set-up-301-redirects-in-hostease/</link>
		<comments>http://blog.hostease.com/how-to-set-up-301-redirects-in-hostease/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 15:55:06 +0000</pubDate>
		<dc:creator>Ella Leonard</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://blog.hostease.com/?p=626</guid>
		<description><![CDATA[Redirects allow you to make a specific web page redirect to another page and display the contents of that page, which is benefit for both search engine and website management. Therefore, as a website designer, we should be familiar with this function. In fact, some website owners may know how to use 301 redirects while [...]]]></description>
			<content:encoded><![CDATA[<p>Redirects allow you to make a specific web page redirect to another page and display the contents of that page, which is benefit for both search engine and website management. Therefore, as a website designer, we should be familiar with this function. In fact, some website owners may know how to use 301 redirects while some do not know how to use it. Today I will share with you about this feature. </p>
<p>i.Achieve this function in cPanel<br />
Firstly, log in your cPanel. Go to &#8220;Redirects&#8221; under &#8220;Domains&#8221; column. Click it and then you can set 301 redirects here. Please note that there are two types of redirects, permanent redirects (301) and temporary redirects (302). The difference between them is: the permanent redirect will notify the visitor&#8217;s browser to update any bookmarks that are linked to the page that is being redirected, while temporary redirects will not update the visitor&#8217;s bookmarks. People may choose permanent one at most cases. Now, let&#8217;s come to the point. You need to fill in with the domain which you want to make 301 redirects, and also the domain you want it redirects to. Then choose one condition of the three listed as following&#8212;only redirect with www, redirect with or without www. and do not redirect www. After this, click &#8220;Add&#8221; button, and now a 301 redirects would be set up successfully.</p>
<p>ii. Set up the redirects via .htaccess file<br />
Go to the root directory of your website contents hosted, and type such code to .htaccess file under this directory:<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^olddomain\.com$ [NC]<br />
RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]<br />
Then save it. In this way, a 301 redirects can also be achieved.</p>
<p>In a word, 301 redirects is a effective way for your website when you plan to move your website or change the domain of your website. Hope this can be helpful to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostease.com/how-to-set-up-301-redirects-in-hostease/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About FTP Account</title>
		<link>http://blog.hostease.com/about-ftp-account/</link>
		<comments>http://blog.hostease.com/about-ftp-account/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 19:41:47 +0000</pubDate>
		<dc:creator>Ella Leonard</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cPanel FTP]]></category>
		<category><![CDATA[FTP Accounts]]></category>

		<guid isPermaLink="false">http://blog.hostease.com/?p=599</guid>
		<description><![CDATA[What is FTP? FTP stands for File Transfer Protocol and it is a method to manage your site files. If you are site owner, cPanel has already configured the FTP account, and you can log in FTP with the cPanel user name and password. Of course you can also create some FTP accounts for other [...]]]></description>
			<content:encoded><![CDATA[<p>What is FTP? FTP stands for File Transfer Protocol and it is a method to manage your site files. If you are site owner, cPanel has already configured the FTP account, and you can log in FTP with the cPanel user name and password. Of course you can also create some FTP accounts for other users. In HostEase, Blog plan only allows you to create 5 FTP accounts, while the other two plans can create unlimited FTP accounts. Only you have created FTP account can others log in your site by using FTP clients such as CuteFTP, File Zilla and so on.</p>
<p>It is easy to create and manage FTP accounts in cPanel. As for creating a FTP account, you just need to take several steps in cPanel:<br />
i. Enter a user name for your new FTP account.<br />
ii.Enter a password and confirm this password.<br />
Note: the strength of the password should be larger than 50 which is defined in HostEase. If the password is not strong enough you may use Password Generator to help you generate a stronger password.<br />
iii. Specify a directory for FTP account’s home directory.<br />
iv.Set the quota for FTP account. The quota field determines how much disk space will be allocated to the FTP account.<br />
Note: when you failed uploading files via FTP, you should reset the quota to allow more disk space for your FTP account.<br />
v. The last step is to click Create FTP Account button.</p>
<p>After doing these above you will find a new FTP account will be listed in the FTP Accounts. This list contains four functions for existing FTP accounts. They are Change Password, Change Quota, Delete and Configure FTP Client.</p>
<p>OK, my friends, through the introduction above, you may have an outlining understanding about FTP account in HostEase. Just as I said above, it is very easy to create and manage FTP accounts in cPanel, so those who are interested in FTP may as well have a try. Wish you have good experience of FTP in cPanel.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostease.com/about-ftp-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Your Website in cPanel</title>
		<link>http://blog.hostease.com/backup-your-website-in-cpanel/</link>
		<comments>http://blog.hostease.com/backup-your-website-in-cpanel/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 15:13:44 +0000</pubDate>
		<dc:creator>Ella Leonard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Backups in cPanel]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[cPanel backup]]></category>

		<guid isPermaLink="false">http://blog.hostease.com/?p=590</guid>
		<description><![CDATA[As we all know, Hostease will not automatically backup websites which contain more than 50,000 inodes according to the terms of service and will inform those via Email notifying that your sites have used more than 50,000 inodes. So what should you do when you receive such an Email? Of course you should pay attention [...]]]></description>
			<content:encoded><![CDATA[<p>As we all know, Hostease will not automatically backup websites which contain more than 50,000 inodes according to the terms of service and will inform those via Email notifying that your sites have used more than 50,000 inodes. So what should you do when you receive such an Email? Of course you should pay attention to this issue and remember to make backups of your accounts periodically in case you lose your site content. I would like to introduce a kind of method to make backups by using cPanel.<br />
You can backup your entire site or only backup partially in cPanel:</p>
<p>i. Backup your entire site.<br />
First, choose Backups under Files in cPanel interface. Then chick Download or Generate a Full Website Backup button, after that you will select the destination for the backup files. As you want to backup your site, please choose Home Directory. Then enter one of your Email address or you can choose Do not send email notification of backup completion. But I strongly recommend you to enter an Email address, thus you can receive an Email once the full backup of your account has been completed. Finally, click Generate Backup, then the backup file will be created and will be stored as a “tar ball,” or compressed data file, with the filename extension .tar or .gz. </p>
<p>ii. Backup partial website.<br />
This function allows you to store individual pieces of your site. As the above, choose Backups under Files in cPanel interface first. In the opened page, you will see three choices: Home Directory, MySQL Databases, and Email Forwarders &#038; Filters. So, you can choose to backup your Home Directory, MySQL databases as well as Email Forwards &#038; filters by clicking the appropriate links under the Partial Backups headings just as you want. This method will download the backup file(s) to your computer, saving them to a specified directory. Once you want to restore your Home Directory, MySQL databases or Email Forwards &#038; filters, you can also click the corresponding Upload button on the right side to upload these backup files so that you can complete the restoration.</p>
<p>From the above you can see that cPanel is very useful and convenient when you want to make backups of your accounts. So you should take good use of this control panel and make your hosting life easier and more comfortable.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostease.com/backup-your-website-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Know More about Addon Domain</title>
		<link>http://blog.hostease.com/know-more-about-addon-domain/</link>
		<comments>http://blog.hostease.com/know-more-about-addon-domain/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 15:59:15 +0000</pubDate>
		<dc:creator>Ella Leonard</dc:creator>
				<category><![CDATA[Domain Name]]></category>
		<category><![CDATA[addon domain]]></category>
		<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://blog.hostease.com/?p=490</guid>
		<description><![CDATA[An addon domain is a domain name that points to a sub-directory within your current account. You can host additional domains in your hosting account through the Addon Domains feature. On the precondition that addon domain must be registered domain name you owned. Now if you intend to do it completely by yourself, the NS [...]]]></description>
			<content:encoded><![CDATA[<p>An addon domain is a domain name that points to a sub-directory within your current account. You can host additional domains in your hosting account through the Addon Domains feature.</p>
<p>On the precondition that addon domain must be registered domain name you owned. Now if you intend to do it completely by yourself, the NS should be configured to point to HostEase name servers. (HostEase Name Servers are: ns1.hostease.com and ns2.hostease.com)</p>
<p>The operation process is shown in following instruction step by step. Basically, you have to know certain piece of information in your mind prior to doing addon<br />
yourdomain.com<br />
adddomain.com<br />
new directory/<br />
Step 1: To access your cpanel interface, click on the corresponding icon on the main screen of Cpanel<br />
Step 2: Enter the name of the addon domain in the blank field next to “New Domain Name”.<br />
Step 3: Enter the username of the new FTP for the new account in the blank field next to “Subdomain/FTP Username”.<br />
Step 4: Enter the document root for your new site with newdirectory in the Document Root field.<br />
This directory is the location of the addon domain files; just the same as public_html is the location for your primary domain files)<br />
Step 5: Set the password for the new addon domain in the blank, alternatively click on the icon “Password Generator” to create password automatically. Then click “Add Domain” .If you are prompted with a string of words in terms of Name Server or something else, that means you haven&#8217;t updated the current NS to HostEase.You are requested to alter the NS to HostEase before adding by yourself. </p>
<p><strong>Note: If you want to use addon domain without altering the current NS, you could ask HostEase customer technical support for help. </strong></p>
<p>After adding it successfully, you are allowed to upload new site files directly to this addon domain with correct username and password in cpanel, or through client FTP tools. Once the addon domain was added successfully into existing account, the directory of addon can&#8217;t be changed to another. Recently more and more customers have been involved in this modification. You can solve it unless deleting the addon domain from cpanel then re-add it.<br />
Besides adding addon domain in cpanel, you may remove it from your account as you need. The steps to remove are easy to grasp too. But first and foremost please do remember you are allowed to do that only before updating NS to HostEase.<br />
Details associated with deleting addon domain are below:<br />
First, to access cpanel, find the icon &#8220;Addon Domains”, go ahead.<br />
Second, to remove an addon domain by clicking the icon “Remove: under the Actions column.<br />
Additionally, you could also make this addon domain redirect to another URL through Manage Redirection function next to Remove action.<br />
I hope it is helpful when you process addon management. Of course, you can also contact our customer support for technical assistance.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostease.com/know-more-about-addon-domain/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>About C-Panel</title>
		<link>http://blog.hostease.com/about-c-panel/</link>
		<comments>http://blog.hostease.com/about-c-panel/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 14:10:23 +0000</pubDate>
		<dc:creator>Ella Leonard</dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://blog.hostease.com/?p=446</guid>
		<description><![CDATA[HostEase is a web hosting company specialized in affordable Linux-based cPanel hosting. Generally, Linux services which perform the tasks within a website via PHP scripted pages are more abundant and efficient. What is more, cPanel is an easy and user-friendly control panel HostEase offers. cPanel is a hosting automation management driven by technology and dedicated [...]]]></description>
			<content:encoded><![CDATA[<p>HostEase is a web hosting company specialized in affordable Linux-based cPanel hosting. Generally, Linux services which perform the tasks within a website via PHP scripted pages are more abundant and efficient. What is more, cPanel is an easy and user-friendly control panel HostEase offers.</p>
<p>cPanel is a hosting automation management driven by technology and dedicated to providing practical applications. cPanel is the best among all the control panels available. It can gain great popularity because it has many attractive features to be used easily. And the quality of cPanel can reflect the standard of web hosting.</p>
<p>cPanel is also divided into categories depending upon the feature field on which they can function smoothly. These functions are further classified for Linux only. cPanel has the capability to function along with operating system due to its high quality and convenience. It is very powerful.</p>
<p>cPanel allows users to manage their sites completely and gives them total control in management as a next generation management, software application and website configuration. The Graphical User Interface is very convenient and friendly to use. They can make cPanel manage their websites according to their own preferences. cPanel handles the activities like opening up and managing FTP account, email creation, database, domain, security and statistical report etc. These can satisfy their needs for website construction and development. It is very useful.</p>
<p>HostEase is the best choice if your website needs cPanel hosting.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostease.com/about-c-panel/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Use Statistics Softwares in CPanel</title>
		<link>http://blog.hostease.com/how-to-use-statistics-softwares-in-cpanel/</link>
		<comments>http://blog.hostease.com/how-to-use-statistics-softwares-in-cpanel/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 15:52:57 +0000</pubDate>
		<dc:creator>Ella Leonard</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[addon domian]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://blog.hostease.com/?p=441</guid>
		<description><![CDATA[Many customers are interested in analyzing visiting data of their websites such as successful requests, average successful requests per day, failed requests, redirected requests and etc. Some of them prefer to use special software such as GA, while some don’t like such tool. For HostEase customers, it’s very convenient for you to analyze requests to [...]]]></description>
			<content:encoded><![CDATA[<p>Many customers are interested in analyzing visiting data of their websites such as successful requests, average successful requests per day, failed requests, redirected requests and etc. Some of them prefer to use special software such as GA, while some don’t like such tool. For HostEase customers, it’s very convenient for you to analyze requests to your websites. There are three kinds of software for you to analyze requests in cPanel: Analog Stats, Weblizer and Awstats. You will see these three buttons under “Logs” in your cPanel. After click each of them respectively, you can choose different software to analyze data of your different websites. Analog is the default one for you to analyze requests on HostEase server. Meanwhile, another two ones are also available for you to use. Some friends may ask how. Now let me show you step by step.</p>
<p>Firstly, of course, you should log into cPanel. Then, click “Choose Log Programs” under “Logs” area. You’ll see the page where you can choose different statistic softwares for your different websites by ticking the corresponding domain names. Finally, remember to click “Save” button after doing operation on that page. I have to remind you that you will not see the latest data in these statistics area after you choosing websites here, because the data refreshing will be done within 24 hours on the server.</p>
<p>HostEase basic hosting is worthy to have a try for most of the customers who decide to purchase shared hosting. We support unlimited addon domains, that is, you can host unlimited websites within one hosting space. Absolutely, it will help you save a lot if the space resource is abundant to you. But sometimes, there may be some difficulty for a part of customers who are not familiar with server or even cPanel to see the analyzing result of their addon domains. You will feel puzzled because you have already followed the right steps as above. Why can’t you see the results of these addon domains? Well, it’s caused by the default set of HostEase server. When you add one addon domain to your hosting, a sub-domain of your primary domain will be generated accordingly. If you want to see the result of the addon domain, you have to tick this corresponding sub-domain but not that addon domain on “Choose Log Programs” page. Now you can have a try to see whether it’s true or not.</p>
<p>For customers who own a dedicated server, it’s possible for you to see the latest data if you really want to. You can set it in WHM. First, click Statistic Software Configuration after logging into WHM. Then you will see “Process Statistics for User” on the right. Then choose the right user you want and click “Go” button. Finally you will see the newest data in cPanel. It’s also convenient for you to set the available statistic software for your customers there in WHM.</p>
<p>In one word, cPanel is absolutely your best choice if you decide to use Linux hosting. And so is HostEase. Expect you joining us.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostease.com/how-to-use-statistics-softwares-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>What You Should Know About C-Panel</title>
		<link>http://blog.hostease.com/what-you-should-know-about-c-panel/</link>
		<comments>http://blog.hostease.com/what-you-should-know-about-c-panel/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 17:08:21 +0000</pubDate>
		<dc:creator>Ella Leonard</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[backup management]]></category>
		<category><![CDATA[domain management]]></category>
		<category><![CDATA[prepacked programs]]></category>
		<category><![CDATA[traffic statistic tool]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://blog.hostease.com/?p=238</guid>
		<description><![CDATA[Web hosting users will find it is inconvenient when they want to extend some feature but have to contact their web host providers. It will take a long time to get things up and running. What’s worse, some providers even cannot offer their customers the extra features they want. But with a cPanel system, everything [...]]]></description>
			<content:encoded><![CDATA[<p>Web hosting users will find it is inconvenient when they want to extend some feature but have to contact their web host providers. It will take a long time to get things up and running. What’s worse, some providers even cannot offer their customers the extra features they want.<br />
But with a cPanel system, everything is in hand. By operating on the control panel, you can get all that you want without contacting the web host provider. It is said that if there’s some feature cPanel cannot offer, probably it’s something not suitable on a virtual host at all.<br />
cPanel is the most powerful and easy-to-use web-based control panel of the world. As the industry leader, it turns standalone servers into a fully automated point-and-click hosting platform. Tedious tasks are replaced by web interfaces and API-based calls.</p>
<p>With cPanel you can manage all aspects of your web host including:<br />
1.  Email files – you can add or delete email accounts, change password, reply emails automatically, forward emails,       filtering spamming, and the like<br />
2.  Webmails – cPanel provides web mailbox, which means you can send and receive emails through web interface of your browser.<br />
iii.Domain management – you can host multiple domains and set Subdomains with cPanel<br />
3. FTP management – you can add or delete FTP accounts, set file permissions and user level, manage FTP process with cPanel<br />
vFile manager – add, delete, edit or manage directories and files via web-based file manager<br />
4.  Usage statistic – indicate the resource usage of the account<br />
5.  Backup management – you can generate, download and manage accounts backup and database backup with cPanel<br />
6. Database management – you can create, delete and manage databases and db users. Besides, cPanel also provides a phpMyAdmin db management tool.<br />
7. Traffic statistic tool – cPanel offers a website traffic statistic feature in graph form, original log file management and error log feature.<br />
8.   Prepacked programs – common blogging systems, forum, shopping cart and some other programs<br />
9. Other features – password-protected login, URL redirect, custom error pages, cron jobs, hotlink protection and so on</p>
<p>Aside from those mentioned above, cPanel also includes a user-friendly web based interface (GUI) and multiple level of administration including asmin, reseller, end user and email-based account. These multiple levels provide security, ease of use and flexibility for everyone from the server administrator to the email account user.</p>
<p>Besides, the interfaces are available in several languages. Lots of users benefit from the flexibility of cPanel. With cPanel, web site owners will no longer worry about their operations in the backend.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostease.com/what-you-should-know-about-c-panel/feed/</wfw:commentRss>
		<slash:comments>174</slash:comments>
		</item>
		<item>
		<title>Supported HostEase Shared Web Hosting Features</title>
		<link>http://blog.hostease.com/supported-hostease-shared-web-hosting-features/</link>
		<comments>http://blog.hostease.com/supported-hostease-shared-web-hosting-features/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:10:13 +0000</pubDate>
		<dc:creator>Ella Leonard</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Awstats]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Cronjobs]]></category>
		<category><![CDATA[Curl]]></category>
		<category><![CDATA[Custom error page]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[Gzip]]></category>
		<category><![CDATA[hostease]]></category>
		<category><![CDATA[Hotlink protection]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[PHOMysql]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[phpMyadmin]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[SSI]]></category>
		<category><![CDATA[Zend Optimizer]]></category>

		<guid isPermaLink="false">http://blog.hostease.com/?p=231</guid>
		<description><![CDATA[PHP5: Hypertext Preprocessor, PHP is a powerful and easy-to-use scripting language. With the fast updating of PHP, the coming of PHP5 official version marks a new era of PHP in July 2004. PHP5&#8242;s greatest feature is the introduction of object-oriented mechanisms with the retaining of the downward compatibility. In addition, the integration of aspects of [...]]]></description>
			<content:encoded><![CDATA[<p>PHP5: Hypertext Preprocessor, PHP is a powerful and easy-to-use scripting language.<br />
With the fast updating of PHP, the coming of PHP5 official version marks a new era of PHP in July 2004. PHP5&#8242;s greatest feature is the introduction of object-oriented mechanisms with the retaining of the downward compatibility. In addition, the integration of aspects of the object is no longer a problem. PHP5 can also improve the function of creating dynamic images to support a variety of image formats (such as PNG, GIF, TTIF, JPGE, etc.). It is very simple and efficient to make image processing. And PHP5 can use a series of powerful ways to deal with XML documents. Its future development prospects must be impressive.</p>
<p>MySQL Database: It is an open source relational database management system because of its speed, reliability and adaptability concern. MySQL database system uses database management language &#8211; Structured Query Language (SQL) for database management. It provides programming language and other programming interfaces (APIs) to support a variety of characters segment type. The combination of MySQL and PHP can provide some effective methods and practical tools for dealing with database operations perfectly. The enhancement of the Web-based database and speed of implementation of the project are absolutely wonderful. Many large web sites use mysql database so that mysql development prospects are very bright.</p>
<p>CGI: Common Gateway Interface .It is a tool that can make other programs on the machine connects with HTTP server and the procedure should be run on a network server. The vast majority of CGI programs are used to explain the process data from a form input information and generate a corresponding treatment in the server, or the appropriate information back to the browser. CGI program can also make web pages with interactive features.</p>
<p>PERL: Practical Extraction Report Language, Perl is a high-level language which has the power and flexibility to show high performance. As scripting languages, Perl does not require the compiler and linker to run the code, but all you have to do is to write and tell Perl to run programs only. This means that Perl programming problem for the small quick solutions is very satisfactory. Perl interpreter, as open source free software, can be run on most operating systems. People can easily migrate to different operating systems. Perl is a language to complete the task. In the beginning, Perl on the design as simple tasks can be simplified without losing the ability to address difficult issues of language. It can be very easy to operate digital, text, files and directories, computers and networks, in particular, is a procedural language.</p>
<p>Python: It is an object-oriented computer programming language, which is also a powerful and complete general-purpose language. With 10 years of history, Perl is a mature and stable programming language. This language has a very simple and clear syntax features, suitable for the completion of a variety of high-level task, and can run on almost all of the operating system. At present, this language is related to the rapid technological development, the rapid expansion of the number of users and relevant resources.</p>
<p>SSI: Server Side Include is a server-based web production technology. The content is sent to the browser before you can use the “server-side include” directive text, graphics, or application of information in web pages. It is a simple way to use the include file. , this statement is directed into the appropriate Web server, moreover, the use of include files can be done only in one place.</p>
<p>Cronjobs: Cron jobs are scheduled tasks that take place at predefined times or intervals on the server. A cron job is a series of simple tasks executed from a script file in Linux. Cpanel offers this screen as a tool for setting up cron jobs you have already done on the server.</p>
<p>Curl: It is a file transfer tool working to use URL syntax on the command line. Curl language is also a programming language, which was designed to write network program. To make Curl run smoothly, an operating environment must be installed on client-side.. It is very easy to learn programming with high efficiency and support multiple inheritance, generic data types such as object-oriented programming language.</p>
<p>GD: graphic device. As an image toolkit and graphics library, GD is an extension of php processing library. GD library provides a range of APIs to process images. GD library can help to process or generate images.<br />
ImageMagick: It is a stable set of tools and development kits that can be used to read, write and deal with a variety of basic format of the image files. People can not only gain web applications according to the needs of dynamically generated images, but also make an image or picture sequence of changes in the size, rotation, sharpening, and the results of operations can be kept in the same format .The operation of the picture can be carried out through the command line, but also can be programmed to complete. Now, ImageMagic could focus on performance and providea stable API. It is a totally free powerful tool.</p>
<p>Gzip/Deflate: Gzip has become a commonly-used data compression format, or a file format. GZIP encoding on the HTTP protocol is used to improve the web application performance technology. GZIP compression technology allows users to experience a faster speed for the websites. There are two obvious advantages, one is to reduce the storage space, the other is to transfer files across the network to reduce the transmission time. It is very convenient and easy to use. Deflate has changed into Zip which can provide a free compression utility gradually applied in more fields. Compressed files were not allowed to read data from stand-alone document. Zip is a very simple difference in compressed archive format for each file.</p>
<p>PDOmysql: The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver implements the PDO interface can expose database-specific features as regular extension functions. People cannot perform any database functions using the PDO extension by itself; they must use a database-specific PDO driver to access a database server. PDO provides a data-access abstraction layer so that people use the same functions to issue queries and fetch data.</p>
<p>Zend Optimizer: It can make the optimized code increase the php application&#8217;s execution speed. The principle is achieved for those who have run to optimize the code generated, prior to implementation by the compiler. Normally,, the implementation of ZO can not make the php program much faster. This means that site visitors can browse the web faster to complete more tasks It also means faster response can save hardware investment and enhance the services provided by websites. Therefore, the use of ZO, is equivalent to increasing e-commerce profitability. ZO can bring php users many benefits, especially those who operate the site. Running php program can significantly reduce the server cpu load and response time</p>
<p>phpMyAdmin: Based on PHP, phpMyAdmin is a MySQL library management tool which build up on websites with web-based framework.  People can manage the entire MySQL server and single database. In order to achieve the purpose, they will need to set MySQL users reasonably.  phpMyAdmin is a third-party tool included with Cpanel, used for manipulating MySQL databases over the Internet. Using phpMyAdmin, they can add and drop databases, create, alter, and delete tables, add, edit, and delete fields, execute SQL statements, and manage users, keys, and permissions. It is very powerful.</p>
<p>.htaccess: .htaccess files (or &#8220;distributed configuration files&#8221;) provide a method for the directory to change the configuration, that is, in a particular document directory, an instruction can be placed in one or more documents to the role of this directory and all subdirectories. And the command used is limited. Administrators can set up Apache to AllowOverride directive. Htaccess can help us to achieve such purposes: Folder and password protection the user automatically redirect, Error pages customizing changing your file extensions, banning a specific IP address of the user, to allow only specific IP addresses of users, to prohibit directory listings, and the use of other files as index files, and some of the features.</p>
<p>Custom php.ini : it is a configuration file in which shared web hosting can be revised. It is very convenient to deal with such problems promptly.</p>
<p>Custom error page: An error page informs a visitor when there is a problem accessing your site. Each type of problem has its own code. For example, a visitor who enters a nonexistent URL will see a 404 error, while an unauthorized user trying to access a restricted area of your site will see a 401 error. Basic error pages are automatically provided by the web server (Apache). However, if you prefer, you can create a custom error page for any valid HTTP status code beginning with 4 or 5.</p>
<p>Cpanel: Cpanel is the best among all the control panels available. It has many features which are attractive because of these easy-to-use and friendly elements. It is very popular and inexpensive, but it uses Linux only as its platform. Cpanel allows people to manage their sites completely and give them total control in management as a next generation management software application and website configuration. The Graphical User Interface is very easy- going and friendly to use freely.</p>
<p>Hotlink protection: Hotlink protection prevents other websites from directly linking to files on your website. Other sites will still be able to link to any file type that you don&#8217;t specify below. An example of hotlink would be using a &lt;img&gt; tag to display an image from one site to somewhere else on the net. The result is that the other site is stealing your bandwidth. One should ensure that all sites linked directly. Hotlink protection is actually using a server-side programming to prevent software through the url filtering technology.</p>
<p>Awstats: Awstats is a free, powerful and personalized tool to bring advanced network, traffic, FTP or mail server statistics graph. This log analyzer shows all possible information contained in your log on several graphical web pages as a CGI or from the command line. It uses part of the archives to handle a large number of log files quickly. And it can analyze log files from all major server tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostease.com/supported-hostease-shared-web-hosting-features/feed/</wfw:commentRss>
		<slash:comments>199</slash:comments>
		</item>
	</channel>
</rss>

