<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Aliaspooryorik Musings - Last 20 posts</title>
		<link>http://www.aliaspooryorik.com/blog/</link>
		<description>The thoughts on web development with ColdFusion and Frameworks of John Whish</description>
		<language>en-gb</language>
		<pubDate>Thu, 02 Sep 2010 20:33:53 GMT</pubDate>
		<lastBuildDate>Thu, 02 Sep 2010 20:33:53 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<copyright>Copyright 2010 http://www.aliaspooryorik.com/</copyright>
		<ttl>120</ttl>
		
			
			
		<item>
			<title>ColdFusion running from in-built webroot first</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/coldfusion-running-from-in-built-webroot-first-237</link>
			
			<category><![CDATA[Apache]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[I found something in ColdFusion today that had me stumped for a bit. I guess this is a pretty rare situation, but a very confusing one!]]></description>
			<pubDate>Wed, 14 Oct 2009 13:30:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/237</guid>
		</item>
		
			
			
		<item>
			<title>Handy tip when editing the hosts file</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/handy-tip-when-editing-the-hosts-file-179</link>
			
			<category><![CDATA[Apache]]></category>
			
			<description><![CDATA[If like me you get bored of firing up Notepad (or equivalent) and then having to browse to open up the hosts file, then you can simply create a shortcut to it, which automatically opens up the hosts file in Notepad. To do it]]></description>
			<pubDate>Tue, 20 Jan 2009 14:52:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/179</guid>
		</item>
		
			
			
		<item>
			<title>IISPassword for IIS 6.0</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/iispassword-for-iis-6-0-158</link>
			
			<category><![CDATA[Apache]]></category>
			
			<category><![CDATA[IIS]]></category>
			
			<description><![CDATA[IISPassword now supports IIS 6.0 on Windows 2003 64 bit and 32 bit editions so you can use your Apache .htaccess files.]]></description>
			<pubDate>Tue, 21 Oct 2008 14:16:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/158</guid>
		</item>
		
			
			
		<item>
			<title>Windows XP SP3 breaks Apache</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/windows-xp-sp3-breaks-apache-143</link>
			
			<category><![CDATA[Apache]]></category>
			
			<description><![CDATA[I&apos;ve just installed Windows Service Pack 3 for XP (pro) and now Apache will not start.]]></description>
			<pubDate>Fri, 19 Sep 2008 10:12:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/143</guid>
		</item>
		
			
			
		<item>
			<title>Enabling Url Rewriting on Apache</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/enabling-url-rewriting-on-apache-139</link>
			
			<category><![CDATA[Apache]]></category>
			
			<description><![CDATA[Just a quick note that if you want to rewrite urls using an .htaccess file then you need to enable the rewrite module.]]></description>
			<pubDate>Wed, 10 Sep 2008 14:27:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/139</guid>
		</item>
		
			
			
		<item>
			<title>List Apache Virtual Hosts</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/list-apache-virtual-hosts-132</link>
			
			<category><![CDATA[Apache]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[Just a quick post with a handy bit of code I write this morning to list all the virtual hosts you&apos;ve got defined in your Apache conf file. This lets you build a menu of all the running sites on your Apache server.]]></description>
			<pubDate>Tue, 02 Sep 2008 12:48:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/132</guid>
		</item>
		
			
			
		<item>
			<title>Setting up a Virtual Host with Apache</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/setting-up-a-virtual-host-with-apache-130</link>
			
			<category><![CDATA[Apache]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[This is a follow up to my ColdFusion 8 and Apache on Windows XP post, showing how to set up multiple sites on your local server.]]></description>
			<pubDate>Thu, 28 Aug 2008 12:37:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/130</guid>
		</item>
		
			
			
		<item>
			<title>ColdFusion 8 and Apache on Windows XP</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/coldfusion-8-and-apache-on-windows-xp-116</link>
			
			<category><![CDATA[Apache]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[A quick and painless guide to setting up ColdFusion 8 and Apache on a Windows XP workstation.]]></description>
			<pubDate>Tue, 22 Jul 2008 15:16:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/116</guid>
		</item>
		
	</channel>
</rss>

		
	

		
	