<?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> &#187; Web Hosting Support</title>
	<atom:link href="http://www.host.co.in/knowledgebase/hosting/web-hosting-support/feed" rel="self" type="application/rss+xml" />
	<link>http://www.host.co.in/knowledgebase</link>
	<description>Host.co.in - Web Hosting Knowledgebase</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:04:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Isn&#8217;t .jsp Page Supported On Your Website?</title>
		<link>http://www.host.co.in/knowledgebase/isnt-jsp-page-supporting-to-your-website</link>
		<comments>http://www.host.co.in/knowledgebase/isnt-jsp-page-supporting-to-your-website#comments</comments>
		<pubDate>Fri, 06 Jan 2012 11:43:27 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Related]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[.jsp pages]]></category>
		<category><![CDATA[httpd service]]></category>
		<category><![CDATA[tomcat configuration]]></category>
		<category><![CDATA[tomcat servers]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1418</guid>
		<description><![CDATA[
&#8216;.jsp&#8217; is widely used format for webpages but sometimes your web hosting server does not support it and as a result a .jsp page is unable to produce a proper appearance of webpage and it shows some sort of coding, So following are some changes you need to perform so that your website an display [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm;">&#8216;.jsp&#8217; is widely used format for webpages but sometimes your <a title="Web Hosting" href="http://www.host.co.in/" target="_blank">web hosting</a> server does not support it and as a result a .jsp page is unable to produce a proper appearance of webpage and it shows some sort of coding, So following are some changes you need to perform so that your website an display .jsp pages as normal webpages.</p>
<blockquote>
<p style="margin-bottom: 0cm;">root@server[~]#vi  /etc/httpd/conf/httpd.conf</p>
<p style="margin-bottom: 0cm;">
</blockquote>
<p style="margin-bottom: 0cm;">Now search domain name and remove comment attribute from the following line.</p>
<blockquote>
<p style="margin-bottom: 0cm;">Include &#8220;/usr/local/apache/conf/userdata/std/1/username/domainname/*.conf&#8221;</p>
</blockquote>
<p style="margin-bottom: 0cm;">Make sure your save before exit</p>
<blockquote>
<p style="margin-bottom: 0cm;">root@server[~]# cd /usr/local/apache/conf/userdata/std/1/<br />
root@server[~]# mkdir username<br />
root@server[~]# cd username<br />
root@server[~]# mkdir domainname<br />
root@server[~]# cd domainname<br />
root@server[~]# vi cp_jkmount.conf
</p>
<p style="margin-bottom: 0cm;">
</blockquote>
<p style="margin-bottom: 0cm;">Now find the file &#8216;cp_jkmount.conf.&#8217; in which you need to insert the following code.</p>
<blockquote>
<p style="margin-bottom: 0cm;">&lt;IfModule mod_jk.c&gt;<br />
JkMount /*.jsp ajp13<br />
JkMount /servlet/* ajp13<br />
JkMount /servlets/* ajp13<br />
JkMount /*.do ajp13<br />
&lt;/IfModule&gt;
</p>
<p style="margin-bottom: 0cm;">
</blockquote>
<p style="margin-bottom: 0cm;">Now you need to verify the entry in tomcat configuration file.</p>
<blockquote>
<p style="margin-bottom: 0cm;">root@server[~]# vi /usr/local/jakarta/tomcat/conf/server.xml</p>
<p style="margin-bottom: 0cm;">
</blockquote>
<p style="margin-bottom: 0cm;">After checking the entry you need to insert the following code in the same file.</p>
<blockquote><p>&lt;Host name=&#8221;domainname&#8221; appBase=&#8221;/home/username/public_html&#8221;&gt;<br />
&lt;Alias&gt;www.domainname&lt;/Alias&gt;<br />
&lt;Context path=&#8221;" reloadable=&#8221;true&#8221; docBase=&#8221;/home/username/public_html&#8221; debug=&#8221;1&#8243;/&gt;<br />
&lt;Context path=&#8221;/manager&#8221; debug=&#8221;0&#8243; privileged=&#8221;true&#8221;<br />
docBase=&#8221;/usr/local/jakarta/tomcat/server/webapps/manager&#8221;&gt;<br />
&lt;/Context&gt;<br />
&lt;/Host&gt;</p></blockquote>
<p>Make sure you Save the file before you exit and now restart the tomcat.</p>
<blockquote><p>root@server[~]# /usr/local/jakarta/tomcat/bin/./shutdown.sh<br />
root@server[~]# /usr/local/jakarta/tomcat/bin/./startup.sh<br />
root@server[~]# /scripts/restartsrv tomcat</p></blockquote>
<p>And now restart the httpd service</p>
<blockquote><p>root@server[~]# /etc/init.d/httpd stop<br />
root@server[~]# /etc/init.d/httpd startssl</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/isnt-jsp-page-supporting-to-your-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Can I Move Files From One Directory to Another Directory Using cPanel?</title>
		<link>http://www.host.co.in/knowledgebase/how-can-i-move-files-from-one-directory-to-another-directory-using-cpanel</link>
		<comments>http://www.host.co.in/knowledgebase/how-can-i-move-files-from-one-directory-to-another-directory-using-cpanel#comments</comments>
		<pubDate>Wed, 28 Dec 2011 14:26:00 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Moving Files]]></category>
		<category><![CDATA[website directories]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1410</guid>
		<description><![CDATA[For a webmaster it is one of the regular tasks to shift files and folders from one directory to another. If you are a webmaster using cPanel Hosting which comes with cheap web hosting plans, then it&#8217;s an easy task to move files and folder from one directory to another. You just need to follow [...]]]></description>
			<content:encoded><![CDATA[<p>For a webmaster it is one of the regular tasks to shift files and folders from one directory to another. If you are a webmaster using <a title="cPanel Hosting" href="http://www.host.co.in/cpanel-shared-web-hosting.php" target="_blank">cPanel Hosting</a> which comes with <a title="cheap web hosting" href="http://www.host.co.in/" target="_blank">cheap web hosting</a> plans, then it&#8217;s an easy task to move files and folder from one directory to another. You just need to follow the following instructions.</p>
<ul>
<li>Log in in to your cPanel account, here your can find ‘File Manager’ Icon under Files category.</li>
<li>Click on it and You will come to one message window providing you the following options</li>
</ul>
<ol>
<li>Home Directory</li>
<li>Web Root (public_html/www)</li>
<li>Public FTP Root (public_ftp)</li>
<li>Document Root for (For Exchanging Data among sub-domains created on a main domain)</li>
</ol>
<ul>
<li>You need to select the appropriate option to find the destination of file or folder you need to move from and click &#8216;Go button. (&#8217;Home Directory&#8217; contains all the sub-directories so you need to follow longer path if your went through it)</li>
<li>After reaching to your destination file or folder you can find all editing options at the top of the window including ‘New File’ ‘New Folder’, ‘Copy’, ‘Move File’, ‘Upload’, &#8216;‘Download’, ‘Delete’ etc.</li>
<li>As you want to move the File, you first select it and click on ‘Move File’ now it will ask you the destination folder where you want to move the file, just provide it and click on &#8216;Move File(s)&#8217; button.</li>
</ul>
<p>That&#8217;s it you can check for the file you have moved in the respective folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-can-i-move-files-from-one-directory-to-another-directory-using-cpanel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Precautions To Be Taken While Transferring Website From One Hosting Provider To Another</title>
		<link>http://www.host.co.in/knowledgebase/precautions-to-be-taken-while-transferring-website-from-one-hosting-provider-to-another</link>
		<comments>http://www.host.co.in/knowledgebase/precautions-to-be-taken-while-transferring-website-from-one-hosting-provider-to-another#comments</comments>
		<pubDate>Wed, 28 Dec 2011 14:12:43 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Related]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[Domain transefer]]></category>
		<category><![CDATA[nameservers]]></category>
		<category><![CDATA[New web host]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1406</guid>
		<description><![CDATA[There are certain key elements which should be taken in to consideration while your move your website from current web hosting services provider to another.

Unlock you Authorization Code. (What is Authorization Code?)
Take backup of all files, emails, databases.
Remember all the settings you have on your old hosting account to keep them unchanged at the new web hosting [...]]]></description>
			<content:encoded><![CDATA[<p>There are certain key elements which should be taken in to consideration while your move your website from current web hosting services provider to another.</p>
<ul>
<li>Unlock you Authorization Code. (<a title="What is Authorization Code?" href="http://www.host.co.in/knowledgebase/what-is-authorization-code" target="_blank">What is Authorization Code?</a>)</li>
<li>Take backup of all files, emails, databases.</li>
<li>Remember all the settings you have on your old hosting account to keep them unchanged at the new <a title="Web Hosting Services" href="http://www.host.co.in/" target="_blank">web hosting services</a> provider.</li>
<li>Checkout for all operations after you uploaded it at your new web hosting account.</li>
<li>Newly set up all your previous email accounts on your domain and make sure they all are sending and receiving email as usual.</li>
<li>After uploading your backed up data safely and checking all the operations successfully you can update your nameserver from your domain to point to ns1, ns2, ns3 and ns4.yourdomain.com</li>
</ul>
<p>Generally your website and your emails are expected start resolving in the next 24 hours, if it happens then you need not worry and you have successfully transferred your website successfully from your old web hosting provider to new.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/precautions-to-be-taken-while-transferring-website-from-one-hosting-provider-to-another/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A MySQL Database Connection In Dreamweaver</title>
		<link>http://www.host.co.in/knowledgebase/how-to-create-a-mysql-database-connection-in-dreamweaver</link>
		<comments>http://www.host.co.in/knowledgebase/how-to-create-a-mysql-database-connection-in-dreamweaver#comments</comments>
		<pubDate>Tue, 15 Nov 2011 15:22:08 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Database Connection]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[MySQL Database]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1397</guid>
		<description><![CDATA[After setting up a MySQL user&#8217;s account and after Setting up the PHP / MySQL Site Definition in Dreamweaver now we are going to have a look at the process to create a MySQL database connection with Dreamweaver. After finishing the defining part you should approach the following MySQL connection dialog box in Dreamweaver.
Connection Name: [...]]]></description>
			<content:encoded><![CDATA[<p>After setting up a MySQL user&#8217;s account and after <a title="Setting up the PHP / MySQL Site Definition in Dreamweaver" href="http://blog.host.co.in/how-to-set-up-the-php-mysql-site-definition-in-dreamweaver" target="_blank">Setting up the PHP / MySQL Site Definition in Dreamweaver</a> now we are going to have a look at the process to create a MySQL database connection with Dreamweaver. After finishing the defining part you should approach the following MySQL connection dialog box in Dreamweaver.</p>
<p>Connection Name: choose your desired name<br />
MySQL Server: mysql.host.co.in<br />
User Name: Your Username (i.e. Admin)<br />
Password: *********<br />
Database: Here you can directly enter the name of your database or select it from the list displayed of MySQL databases which currently exist on the server.</p>
<blockquote><p>Note: It’s necessary for the MySQL Server field to enter localhost if PHP and MySQL are running on the same machine.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-to-create-a-mysql-database-connection-in-dreamweaver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Set / Reset MySQL Password?</title>
		<link>http://www.host.co.in/knowledgebase/how-to-set-reset-mysql-password</link>
		<comments>http://www.host.co.in/knowledgebase/how-to-set-reset-mysql-password#comments</comments>
		<pubDate>Thu, 13 Oct 2011 16:35:16 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[Reset Password]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1380</guid>
		<description><![CDATA[Changing password is quiet a regular type of task for many webmasters and the same is also applicable to database administrators also. Here I would like to share the procedure of changing the password of MySQL. Root user is the admin of a MySQL account. Remember that it is different than login to root account [...]]]></description>
			<content:encoded><![CDATA[<p>Changing password is quiet a regular type of task for many webmasters and the same is also applicable to database administrators also. Here I would like to share the procedure of changing the password of MySQL. Root user is the admin of a MySQL account. Remember that it is different than login to root account of a <a title="Linux hosting" href="http://www.host.co.in/cpanel-shared-web-hosting.php" target="_blank">Linux hosting</a> server.<br />
If it’s your first time you are facing the question &#8216;How to change MySQL password?&#8217; then the server will not require any password at all to connect as root. You will have to use mysqladmin command at shell prompt as shown following.</p>
<blockquote><p>$ mysqladmin -u root password NEWPASSWORD</p></blockquote>
<p>If you have your old password set and want to change it then you will have to use a different following command.</p>
<blockquote><p>$ mysqladmin -u root -p oldpassword newpass<br />
Enter password:</p></blockquote>
<p>If you want to change the password of a normal user then again the command is different for that as following.</p>
<blockquote><p>$ mysqladmin -u user -p oldpassword newpass<br />
$ mysqladmin –user=root –password=’old_password’ password ‘new_password’</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-to-set-reset-mysql-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Can I Backup And Restore cPanel Account From The Command Line?</title>
		<link>http://www.host.co.in/knowledgebase/how-can-i-backup-and-restore-cpanel-account-from-the-command-line</link>
		<comments>http://www.host.co.in/knowledgebase/how-can-i-backup-and-restore-cpanel-account-from-the-command-line#comments</comments>
		<pubDate>Tue, 04 Oct 2011 08:47:45 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[cPanel account]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1377</guid>
		<description><![CDATA[cPanel by default comes with the inbuilt scripts, which has the ability to backup or restore your cPanel account. Following are the commands given to run these scripts.
Following is the command which creates the backup of a cPanel account.
/scripts/pkgacct
Following is the command which restores the taken backup
/scripts/restorepkg
Both these commands should be run as root and [...]]]></description>
			<content:encoded><![CDATA[<p>cPanel by default comes with the inbuilt scripts, which has the ability to backup or restore your cPanel account. Following are the commands given to run these scripts.<br />
Following is the command which creates the backup of a cPanel account.<br />
<strong><em>/scripts/pkgacct</em></strong><br />
Following is the command which restores the taken backup<br />
<strong><em>/scripts/restorepkg</em></strong><br />
Both these commands should be run as root and while restoring a backup you also need to take care to be in the same directory in which the backup is stored.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-can-i-backup-and-restore-cpanel-account-from-the-command-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Can I Activate Awstats In My cPanel?</title>
		<link>http://www.host.co.in/knowledgebase/how-can-i-activate-awstats-in-my-cpanel</link>
		<comments>http://www.host.co.in/knowledgebase/how-can-i-activate-awstats-in-my-cpanel#comments</comments>
		<pubDate>Tue, 04 Oct 2011 08:43:29 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[AwStats]]></category>
		<category><![CDATA[cPanel account]]></category>
		<category><![CDATA[traffic stats]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1375</guid>
		<description><![CDATA[&#8216;Awstats&#8217; is one of the most important utility in a web hosting account&#8217;s cPanel. One can analyze the website&#8217;s statistics with it. It comes as a free utility with cPanel Hosting. Many web hosting services providers provide it as a paid option with other web hosting types services like vps hosting or Dedicated Server Hosting. [...]]]></description>
			<content:encoded><![CDATA[<p>&#8216;Awstats&#8217; is one of the most important utility in a web hosting account&#8217;s cPanel. One can analyze the website&#8217;s statistics with it. It comes as a free utility with <a title="cPanel Hosting" href="http://www.host.co.in/cpanel-shared-web-hosting.php" target="_blank">cPanel Hosting</a>. Many <a title="web hosting services" href="http://www.host.co.in/" target="_blank">web hosting services</a> providers provide it as a paid option with other web hosting types services like vps hosting or <a title="Dedicated Server Hosting" href="http://www.host.co.in/dedicated-servers-hosting-india.php" target="_blank">Dedicated Server Hosting</a>. Following is the procedure to activate &#8216;Awstats&#8217; with your hosting account.</p>
<ul>
<li>Log in to your cPanel with Username and Password</li>
<li>Search for ‘Choose Log Programs’ under &#8216;Logs&#8217; Category and click on it.</li>
<li>Here you can find &#8216;Awtats&#8217; option beside your domain name, click on it.</li>
<li>Now go back to the previous screen where you will find &#8216;Awstats&#8217; logo. You can click on it to use it.</li>
</ul>
<p>Note:- It may take time until the completion of the cycle of 24 hours to appear the statistics in &#8216;Awstats&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-can-i-activate-awstats-in-my-cpanel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Are Colocation Services?</title>
		<link>http://www.host.co.in/knowledgebase/what-are-colocation-services</link>
		<comments>http://www.host.co.in/knowledgebase/what-are-colocation-services#comments</comments>
		<pubDate>Sat, 20 Aug 2011 10:21:19 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Colocation Services]]></category>
		<category><![CDATA[Pre-Sales Questions]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[colocation hosting]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1300</guid>
		<description><![CDATA[Maintaining the web servers at your own at a private place is a costly affair. Colocation services simply means the services which allow you to move your server hardware to a place called Data Center which are mostly owned by web hosting services providers. Data Center is a place developed specially for maintaining the web [...]]]></description>
			<content:encoded><![CDATA[<p style="font-style: normal;"><span style="font-family: Arial, sans-serif; font-size: medium;">Maintaining the web servers at your own at a private place is a costly affair. <a title="Colocation services" href="http://www.host.co.in/colocation-services.php" target="_blank">Colocation services</a> simply means the services which allow you to move your server hardware to a place called Data Center which are mostly owned by <a title="web hosting services" href="http://www.host.co.in" target="_blank">web hosting services</a> providers. Data Center is a place developed specially for maintaining the web servers with the best required infrastructure and environment.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/what-are-colocation-services/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Domain Forwarding?</title>
		<link>http://www.host.co.in/knowledgebase/what-is-domain-forwarding</link>
		<comments>http://www.host.co.in/knowledgebase/what-is-domain-forwarding#comments</comments>
		<pubDate>Mon, 18 Jul 2011 10:23:06 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Email Hosting FAQ's]]></category>
		<category><![CDATA[Emails]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[domain forwarder]]></category>
		<category><![CDATA[email forwarder]]></category>
		<category><![CDATA[web hosting features]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1198</guid>
		<description><![CDATA[Very similar to Email forwarder the feature domain forwarder comes with almost each web hosting services type and package, the difference between both is in email forwarding you can choose the mails which are from the same domain, but in domain forwarding you can do the same for the emails which are from different domains. Following [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="color: #000000;"><span style="text-decoration: none;"><span style="font-style: normal;"><span><span style="background: #ffffff;">Very similar to Email forwarder the feature domain forwarder comes with almost each <a href="http://www.host.co.in/" target="_blank">web hosting services</a> type and package, the difference between both is in email forwarding you can choose the mails which are from the same domain, but in domain forwarding you can do the same for the emails which are from different domains. Following is the example for it.</span></span></span></span></span></span></span></p>
<p style="margin-bottom: 0cm; font-style: normal; line-height: 0.5cm; widows: 2; orphans: 2;"><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="background: #ffffff;">In email Forwarding you can forward the emails as <strong>abc@yourdomain.com</strong> to<strong>xyz@yourdomain.com</strong>.</span></span></span></span></p>
<p style="margin-bottom: 0cm; line-height: 0.5cm; widows: 2; orphans: 2;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="color: #000000;"><span style="font-style: normal;"><span><span style="background: #ffffff;">But in Domain forwarding you can forward the email as </span></span></span></span><span style="color: #000000;"><span style="font-style: normal;"><strong><span style="background: #ffffff;">abc@yourdomain.com</span></strong></span></span><span style="color: #000000;"><span style="font-style: normal;"><span><span style="background: #ffffff;"> to</span></span></span></span><span style="color: #000000;"><span style="font-style: normal;"><strong><span style="background: #ffffff;">xyz@anotherdomain.com</span></strong></span></span><span style="color: #000000;"><span style="font-style: normal;"><span><span style="background: #ffffff;">.</span></span></span></span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/what-is-domain-forwarding/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A New Hosting Account On Reseller Hosting Through WHM</title>
		<link>http://www.host.co.in/knowledgebase/how-to-create-a-new-hosting-account-on-reseller-hosting-through-whm</link>
		<comments>http://www.host.co.in/knowledgebase/how-to-create-a-new-hosting-account-on-reseller-hosting-through-whm#comments</comments>
		<pubDate>Sat, 02 Jul 2011 19:26:45 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Reseller Hosting]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Related]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[Reseller Accounts]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1172</guid>
		<description><![CDATA[
On a Reseller Web Hosting server the Reseller has to create multiple accounts of his own web hosting clients and WHM is a utility which makes it easy to create these accounts. Following is the procedure to creat an account through WHM with any new domain name.
Login to your WHM

Click 	Create a New Account under Account Functions
Here 	you [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="color: #000000;"><span style="text-decoration: none;"><span style="font-style: normal;"><span><span style="background: #ffffff;">On a <a href="http://www.host.co.in/reseller-web-hosting.php" target="_blank">Reseller Web Hosting</a> server the Reseller has to create multiple accounts of his own <a href="http://www.host.co.in/" target="_blank">web hosting</a> clients and WHM is a utility which makes it easy to create these accounts. Following is the procedure to creat an account through WHM with any new domain name.</span></span></span></span></span></span></span></p>
<p style="margin-bottom: 0cm; font-style: normal; line-height: 0.48cm; widows: 2; orphans: 2; text-decoration: none; padding: 0cm; border: initial none initial;"><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="background: #ffffff;">Login to your WHM</span></span></span></span></p>
<ul>
<li><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="background: #ffffff;">Click 	Create a New Account under Account Functions</span></span></span></span></li>
<li><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="background: #ffffff;">Here 	you will find the window with various text boxes which are to be 	filled by you</span></span></span></span></li>
<li><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="background: #ffffff;">Enter 	the Domain Name, Username, Passwords(in both fields) and E-mail in 	prior text-boxes.</span></span></span></span></li>
<li><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="background: #ffffff;">As 	there are various packages and plans of hosting services may exists 	so you also need to select the proper web hosting plan demanded by 	that particular client.</span></span></span></span></li>
<li><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="background: #ffffff;">After 	filling all the required field carefully click on &#8216;Create&#8217;</span></span></span></span></li>
<li><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="background: #ffffff;">It 	will take short time to process the account, after getting created 	it will be displayed on your screen.</span></span></span></span></li>
</ul>
<blockquote style="margin-bottom: 0cm; line-height: 0.5cm; widows: 2; orphans: 2;"><p><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="color: #000000;"><span style="font-style: normal;"><span><span style="background: #ffffff;">Note :- Nameservers of your domain should be pointing to your reseller account name servers and then within few hours, your hosting account will be enabled.</span></span></span></span></span></span></p></blockquote>
<p style="margin-bottom: 0cm; border: medium none; padding: 0cm; font-style: normal; font-weight: normal; line-height: 0.48cm; widows: 2; orphans: 2;">
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-to-create-a-new-hosting-account-on-reseller-hosting-through-whm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Configure And Activate A SSL Certificate?</title>
		<link>http://www.host.co.in/knowledgebase/how-to-configure-and-activate-a-ssl-certificate</link>
		<comments>http://www.host.co.in/knowledgebase/how-to-configure-and-activate-a-ssl-certificate#comments</comments>
		<pubDate>Wed, 29 Jun 2011 12:44:15 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Related]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[SSL Certificate]]></category>
		<category><![CDATA[SSL Installation]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1168</guid>
		<description><![CDATA[After you received the email which contains download link of SSL certificate, you need to download it by clicking that link and follow the following steps to configure and activate it in your web hosting account.
Configuration of SSL certificate
• Login to the Control Panel
• Click on SSL / TLS Manager
• Click &#8220;Generate, view, upload, or delete SSL [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000;"><span style="text-decoration: none;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="font-style: normal;"><span><span style="background: #ffffff;">After you received the email which contains download link of SSL certificate, you need to download it by clicking that link and follow the following steps to configure and activate it in your <a href="http://www.host.co.in/" target="_blank">web hosting</a> account.</span></span></span></span></span></span></span></p>
<p style="margin-bottom: 0cm; font-style: normal; line-height: 0.5cm; widows: 2; orphans: 2;"><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><strong><span style="background: #ffffff;">Configuration of SSL certificate</span></strong></span></span></span></p>
<p style="margin-bottom: 0cm; line-height: 0.5cm; widows: 2; orphans: 2;"><span style="color: #000000;"><span style="background: #ffffff;">• <span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="font-style: normal;"><span>Login to the Control Panel<br />
• Click on SSL / TLS Manager<br />
• Click &#8220;Generate, view, upload, or delete SSL certificates&#8221; option<br />
• Paste the CSR supplied by the Certificate Authority in the &#8220;Certificate Signing Request (CSR)&#8221; section<br />
• After the page is loaded, click the &#8220;Browse&#8221; button and locate the CRT file which is created by the SSL provider. Or if you have highlighted and copied the contents of the CRT file, paste it in the<br />
• Click on the Upload button<br />
• Click the &#8220;Go Back&#8221; link to return to SSL/TLS Manger</span></span></span></span></span></span>
</p>
<p style="margin-bottom: 0cm; font-style: normal; line-height: 0.5cm; widows: 2; orphans: 2;"><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><strong><span style="background: #ffffff;">Activation of SSL certificate</span></strong></span></span></span></p>
<p style="margin-bottom: 0cm; line-height: 0.5cm; widows: 2; orphans: 2;"><span style="color: #000000;"><span style="background: #ffffff;">• <span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="font-style: normal;"><span>Click on SSL/TLS Manager &gt; Setup a SSL certificate to work with your site. Contact your ISP, if this option is not available.<br />
• From the Domain drop down menu select the domain that uses the Cheap SSL Certificate. The SSL Certificate and the related private key will be fetched by the system.</span></span></span></span></span></span></p>
<p style="margin-bottom: 0cm; line-height: 0.5cm; widows: 2; orphans: 2;"><span style="color: #000000;"><span style="background: #ffffff;">• <span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="font-style: normal;"><span>Open the Intermediate CA certificate in any plain text editor copy all the certificate content and paste it into the CA Bundle (CABUNDLE) box.<br />
• Click on &#8220;Install Certificate.&#8221; Keep watch on a message that the certificate was successfully installed.</span></span></span></span></span></span>
</p>
<p style="margin-bottom: 0cm; font-style: normal; line-height: 0.5cm; widows: 2; orphans: 2;"><span style="color: #000000;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><strong><span style="background: #ffffff;">Verification</span></strong></span></span></span></p>
<p style="margin-bottom: 0cm; line-height: 0.5cm; widows: 2; orphans: 2;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="color: #000000;"><span style="font-style: normal;"><span><span style="background: #ffffff;">After installation, configuration and activation of the SSL certificate it is recommended to verify the processes are carried correctly, you can do this by using online SSL Certificate Checker available on the internet.</span></span></span></span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-to-configure-and-activate-a-ssl-certificate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Deactivate / Activate Plugins Or Theme Without Logging Into WordPress Dashboard?</title>
		<link>http://www.host.co.in/knowledgebase/how-to-deactivate-activate-plugins-or-theme-without-logging-into-wordpress-dashboard</link>
		<comments>http://www.host.co.in/knowledgebase/how-to-deactivate-activate-plugins-or-theme-without-logging-into-wordpress-dashboard#comments</comments>
		<pubDate>Wed, 22 Jun 2011 18:30:58 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Related]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[plugin errors]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1164</guid>
		<description><![CDATA[
Due to some errors you can face few occasions when you become unable to login in to your wordpress account, so it becomes difficult to handle the plugins installed on it. Following is the procedure which allow you to handle your plugins without logging into wordpress dashboard.
Login to your website hosting server via FTP and change [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="font-style: normal;"><span style="color: #282828;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="background: #ffffff;"><span style="color: #000000;"><span style="text-decoration: none;">Due to some errors you can face few occasions when you become unable to login in to your wordpress account, so it becomes difficult to handle the plugins installed on it. Following is the procedure which allow you to handle your plugins without logging into wordpress dashboard.</span></span></span></span></span></span></p>
<p style="margin-bottom: 0cm; border: none; padding: 0cm; line-height: 0.48cm; widows: 2; orphans: 2;"><span style="color: #282828;"><span style="font-family: Arial, sans-serif;"><span style="font-size: medium;"><span style="font-style: normal;"><span><span style="background: #ffffff;">Login to your <a href="http://wwww.host.co.in/" target="_blank">website hosting</a> server via FTP and change the names of folders of all plugins, for making things simple you can just add single character of your choice to these names. If the error is more critical and deactivating your plugins is not enough then its recommended to switch to the default theme. You can do this by changing the name of your currently installed theme as this will activate the default theme automatically.</span></span></span></span></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-to-deactivate-activate-plugins-or-theme-without-logging-into-wordpress-dashboard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

