<?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>Edmonds Commerce &#187; hosting</title>
	<atom:link href="http://www.edmondscommerce.co.uk/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>SSH Public Key Authentication Easy Instructions</title>
		<link>http://www.edmondscommerce.co.uk/hosting/ssh-public-key-authentication-easy-instructions/</link>
		<comments>http://www.edmondscommerce.co.uk/hosting/ssh-public-key-authentication-easy-instructions/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 15:32:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[public]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1171</guid>
		<description><![CDATA[Just thought I would drop a quick blog and link to this nice succinct guide for setting up SSH to be able to log in via public key. SSH public key tutorial Using public keys offers you a more secure way of logging into an SSH server and also opens up the possiblity of being [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/hosting/ssh-public-key-authentication-easy-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Names and HOSTS File</title>
		<link>http://www.edmondscommerce.co.uk/hosting/domain-names-and-hosts-file/</link>
		<comments>http://www.edmondscommerce.co.uk/hosting/domain-names-and-hosts-file/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 17:11:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[hosts file]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=415</guid>
		<description><![CDATA[If you have recently bought a domain name and updated the nameservers to point to your new hosting, or if you are moving hosts and have update the nameservers for your existing domain name then for a period of up to 48 hours people who type in your domain name into their web browser might [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/hosting/domain-names-and-hosts-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Htaccess Force SSL with Redirect (Non Standard SSL Port Compatible)</title>
		<link>http://www.edmondscommerce.co.uk/hosting/htaccess-force-ssl-with-redirect-non-standard-ssl-port-compatible/</link>
		<comments>http://www.edmondscommerce.co.uk/hosting/htaccess-force-ssl-with-redirect-non-standard-ssl-port-compatible/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 11:07:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=356</guid>
		<description><![CDATA[Check out this little snippet of htaccess code to force SSL usage. Works regardless of port. PLAIN TEXT CODE: RewriteEngine On RewriteCond %&#123;HTTPS&#125; off RewriteRule &#40;.*&#41; https://%{HTTP_HOST}%{REQUEST_URI} More... Top 10 WordPress .htaccess hacks &#124; Omelyn.comx + 3 - Naming a .htaccess File in WindowsMovable Type Monday: Comment via Twitter and .htaccess Hacks &#124; The ...Slackware [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/hosting/htaccess-force-ssl-with-redirect-non-standard-ssl-port-compatible/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Plesk phpMyAdmin Copy Database Bug + Workaround</title>
		<link>http://www.edmondscommerce.co.uk/hosting/plesk-phpmyadmin-copy-database-bug-workaround/</link>
		<comments>http://www.edmondscommerce.co.uk/hosting/plesk-phpmyadmin-copy-database-bug-workaround/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 15:54:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=353</guid>
		<description><![CDATA[If you are administering a plesk server running version 8.x then you are likely dealing with phpMyAdmin version 2.8.x.x which has a bug that prevents you from performing database copy operations due to one missing space in the generated SQL. One possible solution here is to simply install phpMyAdmin in its own right and of [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/hosting/plesk-phpmyadmin-copy-database-bug-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Server Migration Using SSH + SCP</title>
		<link>http://www.edmondscommerce.co.uk/hosting/basic-server-migration-using-ssh-scp/</link>
		<comments>http://www.edmondscommerce.co.uk/hosting/basic-server-migration-using-ssh-scp/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 13:50:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[scp]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=340</guid>
		<description><![CDATA[The scenario here is that you have access to two servers - old and new - and you want to copy a site + database from old server to new server directly. You have root SSH access to both servers. 1. Create a TAR archive of the document root for the site on the old [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/hosting/basic-server-migration-using-ssh-scp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is My Site Down For Everyone or Just Me?</title>
		<link>http://www.edmondscommerce.co.uk/hosting/is-my-site-down-for-everyone-or-just-me/</link>
		<comments>http://www.edmondscommerce.co.uk/hosting/is-my-site-down-for-everyone-or-just-me/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 12:17:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/hosting/is-my-site-down-for-everyone-or-just-me/</guid>
		<description><![CDATA[For a webmaster that relies on their site as their source of income, such as an ecommerce shop - it can be terrible to see the site become unavailable.. if no one can access your site then you won't make any money! However, sometimes its not that your site has gone down but that there [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/hosting/is-my-site-down-for-everyone-or-just-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why VPS is Not for Everyone &#8211; Yet</title>
		<link>http://www.edmondscommerce.co.uk/hosting/why-vps-is-not-for-everyone-yet/</link>
		<comments>http://www.edmondscommerce.co.uk/hosting/why-vps-is-not-for-everyone-yet/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 11:37:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/hosting/why-vps-is-not-for-everyone-yet/</guid>
		<description><![CDATA[There is a lot of buzz at the moment surrounding VPS hosting. For those of you who are not familiar with VPS, or virtual private server hosting - it is similar to shared hosting in that you are sharing a physical server with other web sites. The big difference is that with a VPS, you [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/hosting/why-vps-is-not-for-everyone-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk Web Fusion PHP Limits</title>
		<link>http://www.edmondscommerce.co.uk/php/plesk-web-fusion-php-limits/</link>
		<comments>http://www.edmondscommerce.co.uk/php/plesk-web-fusion-php-limits/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 11:51:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/php/plesk-web-fusion-php-limits/</guid>
		<description><![CDATA[While recently migrating a client from a dedicated server which was proving a little too expensive over to one of the great value Linux Virtual Private Servers offered by Web Fusion, I found myself frustrated with the 2mb upload limit apparent in the control panel side of things. So I went and edited the php.ini [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/php/plesk-web-fusion-php-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

