<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Blog of Shaun McCran - Architecting robust, elegant technical and business solutions - Server management</title>
			<link>http://www.mccran.co.uk/index.cfm</link>
			<description>I write about Architecture and Design, Architectural patterns, Architectural Principles and Architectural policies. This includes TOGAF, Zachman, Business Architecture, SOA and Process and tools such as the IBM Rational software and Adobe products. I also write about my previous life as a mobile and web developer.</description>
			<language>en-gb</language>
			<pubDate>Tue, 09 Jun 2026 06:48:54 -0000</pubDate>
			<lastBuildDate>Tue, 14 Jun 2011 13:37:00 -0000</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>shaun@mccran.co.uk</managingEditor>
			<webMaster>shaun@mccran.co.uk</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>shaun@mccran.co.uk</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Using url rewriting ( .htaccess or httpd.ini ) to block hot linking resources</title>
				<link>http://www.mccran.co.uk/index.cfm/2011/6/14/Using-url-rewriting--htaccess-or-httpdini--to-block-hot-linking-resources</link>
				<description>
				
				After my recent move to HostMediaUK I&apos;ve been able to see more in depth statistics about one of my sites, including traffic and data usage. This also includes having visibility of other domains that are linking directly to my content. This is popularly known as hot linking, and if you haven&apos;t asked permission is considered very impolite. 
&lt;p&gt;
This also uses up your servers bandwidth rather than theirs.
This article explores how I use a  URL access file, either .htaccess of http.ini depending on your platform, to stop other domains from linking directly to your hosted resources.
&lt;p&gt;
				 [More]
				</description>
				
				
				<category>Security</category>
				
				<category>Isapi rewrite</category>
				
				<category>Server management</category>
				
				<pubDate>Tue, 14 Jun 2011 13:37:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2011/6/14/Using-url-rewriting--htaccess-or-httpdini--to-block-hot-linking-resources</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>HostMediaUK site migration complete</title>
				<link>http://www.mccran.co.uk/index.cfm/2011/6/4/HostMediaUK-site-migration-complete</link>
				<description>
				
				I&apos;d been unhappy with my current hosting provider for a while, the performance just wasn&apos;t there, and the more I pushed the boundaries of development the more blocks I encountered. Also they were running old versions of ColdFusion and an old JVM which was having an effect on some Java development.
&lt;p&gt;
About three months ago I bought a test account with HostmediaUK. I thought I&apos;d venture into Linux based ColdFusion 9 hosting and see how it worked out.
I dropped a few test sites onto the platform and discovered a few migration issues around Linux, obvious things to me now, but case sensitive database table names and a totally different file directory system caused me major headaches.
&lt;p&gt;
That being said the server performance is great. sites respond well to requests, is easy to manage through the software layer installed on the servers, and when I requested access to the DNS settings it was freely given (albeit with the usual &apos;here be dragons&apos; warning!).
&lt;p&gt;
The customer service is great too, they keep winning awards and I can see why.
I&apos;ve just finished migrating the rest of my site to their platform, it is rare that I recommend a service but I&apos;d point anyone in the direction of HostmediaUK.
&lt;p&gt;

&lt;p align=&quot;center&quot;&gt;
&lt;a href=&quot;http://www.hostmediauk.com/coldfusion-hosting/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.mccran.co.uk/images/hostmedia.jpg&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
				
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>Server management</category>
				
				<pubDate>Sat, 04 Jun 2011 14:22:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2011/6/4/HostMediaUK-site-migration-complete</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>The SEO way to safely redirect a Page or folder using 301 redirects</title>
				<link>http://www.mccran.co.uk/index.cfm/2010/5/10/The-SEO-way-to-safely-redirect-a-Page-or-folder-using-301-redirects</link>
				<description>
				
				In a recent project we are restructuring a site to be more intuitively architected. But what impact will moving the directories or pages have on all that hard earned Search Engine Ranking Optimisation work?

This article deals with how to safely redirect users from an old page or folder to the new URL, and keep Search Engine&apos;s informed of your changes without leading them to dead content (Dead content is bad and will adversely affect your Site rankings).
				 [More]
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>Best practices</category>
				
				<category>Isapi rewrite</category>
				
				<category>SEO Methodologies</category>
				
				<category>Server management</category>
				
				<pubDate>Mon, 10 May 2010 17:09:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2010/5/10/The-SEO-way-to-safely-redirect-a-Page-or-folder-using-301-redirects</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Changing the 404 template handler in IIS</title>
				<link>http://www.mccran.co.uk/index.cfm/2010/3/2/Changing-the-404-template-handler-in-IIS</link>
				<description>
				
				You could use a 404 ColdFusion template to handle missing templates, or the onmissingtemplate Application CFC function. Luckily I have a client with half a dozen sites all on the same server, with nothing else on it, so it makes more sense to do this in Internet Information Services.

404 templates are a handy way of masking any site errors or missing templates. Not only are they a cosmetic fix to nasty display errors but they can also seriously help your server security.
				 [More]
				</description>
				
				
				<category>Security</category>
				
				<category>Best practices</category>
				
				<category>Server management</category>
				
				<category>Microsoft</category>
				
				<pubDate>Tue, 02 Mar 2010 15:36:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2010/3/2/Changing-the-404-template-handler-in-IIS</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Windows 2003 Server does not stream F4V videos - adding mime types</title>
				<link>http://www.mccran.co.uk/index.cfm/2010/1/8/Windows-2003-Server-does-not-stream-F4V-videos--adding-mime-types</link>
				<description>
				
				With the introduction of Adobe&apos;s new .F4v flash wrapper you may find that your server does not respond well to files of the .f4v extension. Mine has been returning a 404 error, despite the file being in the right location. 

This appears to be a Mime type error, rather than any coding error. Your server simply does not know what type of file the .f4v is, so we need to tell it.

&lt;ul&gt;
&lt;li&gt;On the Windows 2003 server, open the Internet Information Services Manager.
&lt;li&gt;Expand the Local Computer Server.
&lt;li&gt;Right-click the local computer server and select Properties.
&lt;li&gt;Select the MIME Types tab.
&lt;li&gt;Click New and enter the following information:

&lt;code&gt;
Associated Extension box: .F4V
MIME Type box: video/mp4
&lt;/code&gt;

&lt;li&gt;Click OK
&lt;/ul&gt;

You must then restart the World Wide Web Publishing service, as changes do not take effect until the service is refreshed. At this point you should have working .f4v flash movies.
				
				</description>
				
				
				<category>Development</category>
				
				<category>Server management</category>
				
				<pubDate>Fri, 08 Jan 2010 11:21:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2010/1/8/Windows-2003-Server-does-not-stream-F4V-videos--adding-mime-types</guid>
				
				
			</item>
			
		 	
			</channel></rss>