<?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>Ecenica Support</title>
	<atom:link href="http://support.ecenica.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.ecenica.com</link>
	<description>Get help and support for your Ecenica service</description>
	<lastBuildDate>Mon, 17 Jun 2013 12:37:29 +0000</lastBuildDate>
	<generator>http://ecenica.com/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What versions of ASP.NET do you run?</title>
		<link>http://support.ecenica.com/web-hosting/asp-net-versions/</link>
		<comments>http://support.ecenica.com/web-hosting/asp-net-versions/#comments</comments>
		<pubDate>Mon, 03 Jun 2013 08:00:02 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[reseller]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=8129</guid>
		<description><![CDATA[Ecenica Windows Hosting supports ASP.NET versions 4.5, 4, 3.5 and 2.0. ASP.NET is available on Ecenica Windows web hosting and reseller hosting.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/asp-net-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Git Commands</title>
		<link>http://support.ecenica.com/web-hosting/git-commands/</link>
		<comments>http://support.ecenica.com/web-hosting/git-commands/#comments</comments>
		<pubDate>Thu, 30 May 2013 16:46:35 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=8143</guid>
		<description><![CDATA[Create and checkout a new branch
git checkout -b [branchname]
example;
git checkout -b master
Checkout a remote branch
git checkout -b [localbranchname] origin/[remotebranchname]
example;
git checkout -b master origin/master
Delete a local branch
git branch -D [branchname]
example;
git branch -D master
Delete a remote branch
git push origin --delete [branchname]
example;
git push origin --delete master
Get a list of all changed files after most recent pull.
git diff --name-status [...]]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/git-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to use File Manager on cPanel</title>
		<link>http://support.ecenica.com/web-hosting/cpanel/howto-file-manager-cpanel/</link>
		<comments>http://support.ecenica.com/web-hosting/cpanel/howto-file-manager-cpanel/#comments</comments>
		<pubDate>Thu, 30 May 2013 08:00:24 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=8113</guid>
		<description><![CDATA[How to use cPanel File Manager. Upload, delete, edit, extract files and folders using File Manager on Ecenica Web Hosting plans.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/cpanel/howto-file-manager-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect a subdomain to a folder using web.config</title>
		<link>http://support.ecenica.com/web-hosting/websitepanel-web-hosting/redirect-subdomain-folder-webconfig/</link>
		<comments>http://support.ecenica.com/web-hosting/websitepanel-web-hosting/redirect-subdomain-folder-webconfig/#comments</comments>
		<pubDate>Tue, 28 May 2013 13:28:56 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[WebsitePanel]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[web.config]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=8135</guid>
		<description><![CDATA[How-to redirect a subdomain to a folder using web.config]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/websitepanel-web-hosting/redirect-subdomain-folder-webconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to change between PHP 5.3 and 5.2</title>
		<link>http://support.ecenica.com/web-hosting/cpanel/howto-change-php-53-52/</link>
		<comments>http://support.ecenica.com/web-hosting/cpanel/howto-change-php-53-52/#comments</comments>
		<pubDate>Tue, 28 May 2013 10:45:16 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php 5.2]]></category>
		<category><![CDATA[php 5.3]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=8125</guid>
		<description><![CDATA[How-to change PHP version on Ecenica web hosting accounts. Choose to run PHP 5.3 or PHP 5.2 from your Ecenica cPanel control panel.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/cpanel/howto-change-php-53-52/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DKIM Email Authentication</title>
		<link>http://support.ecenica.com/email/dkim-email-authentication/</link>
		<comments>http://support.ecenica.com/email/dkim-email-authentication/#comments</comments>
		<pubDate>Tue, 07 May 2013 16:49:31 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[DKIM]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/email/dkim-email-authentication/</guid>
		<description><![CDATA[Learn how to enable DKIM email authentication, available in Ecenica cPanel hosting. DKIM email authentication verifies emails sent from your domain and improves email deliverability.]]></description>
		<wfw:commentRss>http://support.ecenica.com/email/dkim-email-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Trace</title>
		<link>http://support.ecenica.com/email/troubleshooting-email/email-trace/</link>
		<comments>http://support.ecenica.com/email/troubleshooting-email/email-trace/#comments</comments>
		<pubDate>Fri, 03 May 2013 10:03:45 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Troubleshooting Email]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=8065</guid>
		<description><![CDATA[Learn how to trace an email using the Email Trace tool available in Ecenica cPanel hosting. Email trace enables you to check if an email message was delivered successfully.]]></description>
		<wfw:commentRss>http://support.ecenica.com/email/troubleshooting-email/email-trace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install RapidSSL Site Seal</title>
		<link>http://support.ecenica.com/ssl-certificates/install-rapidssl-site-seal/</link>
		<comments>http://support.ecenica.com/ssl-certificates/install-rapidssl-site-seal/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 21:05:27 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[SSL Certificates]]></category>
		<category><![CDATA[rapidssl]]></category>
		<category><![CDATA[seal]]></category>
		<category><![CDATA[siteseal]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=8052</guid>
		<description><![CDATA[If you've secured your domain with a RapidSSL Certificate you can boost trust by displaying the RapidSSL site seal on your website.]]></description>
		<wfw:commentRss>http://support.ecenica.com/ssl-certificates/install-rapidssl-site-seal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to setup Campaign Monitor Email Authentication in cPanel</title>
		<link>http://support.ecenica.com/web-hosting/how-to-setup-campaign-monitor-email-authentication-in-cpanel/</link>
		<comments>http://support.ecenica.com/web-hosting/how-to-setup-campaign-monitor-email-authentication-in-cpanel/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 12:04:01 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[campaign monitor]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[txt]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/web-hosting/how-to-setup-campaign-monitor-email-authentication-in-cpanel/</guid>
		<description><![CDATA[How-to add Campaign Monitor DomainKey and Sender ID Email authentication records to cPanel. Add records to your domain name quickly with Ecenica Hosting.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/how-to-setup-campaign-monitor-email-authentication-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to add a TXT DNS record in cPanel</title>
		<link>http://support.ecenica.com/web-hosting/howto-add-txt-dns-record-cpanel/</link>
		<comments>http://support.ecenica.com/web-hosting/howto-add-txt-dns-record-cpanel/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 11:40:08 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[txt]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/web-hosting/howto-add-txt-dns-record-cpanel/</guid>
		<description><![CDATA[How-to add a TXT record to cPanel. Add TXT records to your domain name quickly with Ecenica Hosting.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/howto-add-txt-dns-record-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to add a CNAME DNS record in cPanel</title>
		<link>http://support.ecenica.com/web-hosting/how-to-add-cname-dns-record-domain-cpanel/</link>
		<comments>http://support.ecenica.com/web-hosting/how-to-add-cname-dns-record-domain-cpanel/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 11:36:16 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cname]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=8016</guid>
		<description><![CDATA[How-to add a CNAME record to cPanel. Add CNAME records to your domain name quickly with Ecenica Hosting.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/how-to-add-cname-dns-record-domain-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Windows 8</title>
		<link>http://support.ecenica.com/getting-started/windows8/</link>
		<comments>http://support.ecenica.com/getting-started/windows8/#comments</comments>
		<pubDate>Thu, 01 Nov 2012 12:49:37 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=7992</guid>
		<description><![CDATA[If you're upgrading to Microsoft Windows 8 on your desktop or laptop PC, here's some tips to help you get the most from your Ecenica web hosting or email service.]]></description>
		<wfw:commentRss>http://support.ecenica.com/getting-started/windows8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable mod_deflate in cPanel</title>
		<link>http://support.ecenica.com/web-hosting/enable-mod-deflate-cpanel/</link>
		<comments>http://support.ecenica.com/web-hosting/enable-mod-deflate-cpanel/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 11:40:39 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mod_deflate]]></category>
		<category><![CDATA[mod_gzip]]></category>
		<category><![CDATA[optimise]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=7971</guid>
		<description><![CDATA[What is mod_deflate compression and steps to enable or disable mod_deflate in cPanel using the Optimize Websites button.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/enable-mod-deflate-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximum Attachment Size</title>
		<link>http://support.ecenica.com/email/maximum-attachment-size/</link>
		<comments>http://support.ecenica.com/email/maximum-attachment-size/#comments</comments>
		<pubDate>Mon, 16 Jul 2012 14:10:33 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[receiving]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[size]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=7837</guid>
		<description><![CDATA[Maximum attachment size and email limits for sending and receiving large emails from Ecenica accounts and email addresses.]]></description>
		<wfw:commentRss>http://support.ecenica.com/email/maximum-attachment-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eShop Supported Payment Gateways</title>
		<link>http://support.ecenica.com/web-hosting/ecommerce/eshop-supported-payment-gateways/</link>
		<comments>http://support.ecenica.com/web-hosting/ecommerce/eshop-supported-payment-gateways/#comments</comments>
		<pubDate>Wed, 11 Jul 2012 09:25:53 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[credit]]></category>
		<category><![CDATA[debit]]></category>
		<category><![CDATA[eShop]]></category>
		<category><![CDATA[payments]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=7829</guid>
		<description><![CDATA[List of supported payment gateways for Ecenica eShop for taking credit and debit cards online.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/ecommerce/eshop-supported-payment-gateways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to handle unused email accounts</title>
		<link>http://support.ecenica.com/email/handle-unused-email-accounts/</link>
		<comments>http://support.ecenica.com/email/handle-unused-email-accounts/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 10:01:39 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[retention]]></category>
		<category><![CDATA[unused]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=7818</guid>
		<description><![CDATA[Advice on how best to manage old email accounts that are no longer used. For example closing an email account for an ex-employee or project.]]></description>
		<wfw:commentRss>http://support.ecenica.com/email/handle-unused-email-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cookie Policy</title>
		<link>http://support.ecenica.com/important-information/cookie-policy/</link>
		<comments>http://support.ecenica.com/important-information/cookie-policy/#comments</comments>
		<pubDate>Thu, 14 Jun 2012 10:22:15 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Important Information]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=7799</guid>
		<description><![CDATA[Information about Ecenica's cookie policy. What cookies we use, how we use them and how you can disable cookies.]]></description>
		<wfw:commentRss>http://support.ecenica.com/important-information/cookie-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to use SpamAssassin on individual mailboxes</title>
		<link>http://support.ecenica.com/web-hosting/cpanel/how-to-spam-assassin-individual-mailboxes/</link>
		<comments>http://support.ecenica.com/web-hosting/cpanel/how-to-spam-assassin-individual-mailboxes/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 12:03:29 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[individual]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=7758</guid>
		<description><![CDATA[Learn how to setup a filter in cPanel to apply spam filtering to a individual email address on your Ecenica Hosting account.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/cpanel/how-to-spam-assassin-individual-mailboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to create an addon domain in cPanel</title>
		<link>http://support.ecenica.com/web-hosting/cpanel/how-to-create-addon-domains-cpanel/</link>
		<comments>http://support.ecenica.com/web-hosting/cpanel/how-to-create-addon-domains-cpanel/#comments</comments>
		<pubDate>Fri, 25 May 2012 15:48:56 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=7742</guid>
		<description><![CDATA[How to create addon domain names in cPanel. This guide explains everything you need to know about hosting an additional domain name on your Ecenica web hosting plan.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/cpanel/how-to-create-addon-domains-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cron Jobs FAQ</title>
		<link>http://support.ecenica.com/web-hosting/cpanel/cron-jobs-faq/</link>
		<comments>http://support.ecenica.com/web-hosting/cpanel/cron-jobs-faq/#comments</comments>
		<pubDate>Fri, 18 May 2012 10:15:44 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://support.ecenica.com/?p=7725</guid>
		<description><![CDATA[Frequently asked questions for scheduling and running cron jobs on your cPanel shared and reseller web hostiing.]]></description>
		<wfw:commentRss>http://support.ecenica.com/web-hosting/cpanel/cron-jobs-faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.512 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-06-20 07:28:50 -->
