<?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>Scott Savage&#039;s Blog &#187; IIS</title>
	<atom:link href="http://www.scottsavage.net/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottsavage.net</link>
	<description>CRM software runs my life</description>
	<lastBuildDate>Fri, 19 Aug 2011 03:51:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP Frameworks not displaying error 500 remotely</title>
		<link>http://www.scottsavage.net/2009/04/php-frameworks-not-displaying-error-500-remotely/</link>
		<comments>http://www.scottsavage.net/2009/04/php-frameworks-not-displaying-error-500-remotely/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 11:05:41 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.scottsavage.net/?p=450</guid>
		<description><![CDATA[I found when using Kohana in FastCGI mode that I was getting error 500 messages without the usual stack trace or error message. This was only happening when I accessed the development server remotely, not when I ran it locally (i.e. http://localhost/). Turns out this is actually the default behaviour for IIS7 with FastCGI. To [...]]]></description>
			<content:encoded><![CDATA[<p>I found when using <a title="Kohana Home Page" href="http://kohanaphp.com/">Kohana</a> in <a title="PHP on IIS" href="http://php.iis.net/">FastCGI</a> mode that I was getting error 500 messages without the usual stack trace or error message. This was only happening when I accessed the development server remotely, not when I ran it locally (i.e. http://localhost/). <a title="Original iis error 500 problem" href="http://bytes.com/groups/php/838705-zendcore-fastcgi-iis7-cannot-embed-php-errors-response-html-always-get-500-internal-server-error">Turns out</a> this is actually the default behaviour for IIS7 with FastCGI. To change this you simply run the following command:</p>
<p><code>%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpErrors -errorMode:Detailed</code></p>
<p>All fixed! If you want to change it back when you put the server into production then change the errorMode to &#8220;DetailedLocalOnly&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottsavage.net/2009/04/php-frameworks-not-displaying-error-500-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress URL Rewriting in IIS</title>
		<link>http://www.scottsavage.net/2008/09/wordpress-url-rewriting-in-iis/</link>
		<comments>http://www.scottsavage.net/2008/09/wordpress-url-rewriting-in-iis/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 13:09:11 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.scottsavage.net/?p=123</guid>
		<description><![CDATA[If you host WordPress on an IIS Server then there is only one choice for URL rewriting, the Binary Fortress WordPress URL Rewriting tool. I have been using it for about 6 months now, but a shiny new v1.0 was released about a month ago. Time to upgrade I think! URL Rewriting is one of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.binaryfortress.com/wordpress-url-rewrite/"><img class="alignleft size-thumbnail wp-image-122" title="wordpressurlrewrite logo" src="http://www.scottsavage.net/wp-content/uploads/2008/09/wordpressurlrewrite.jpg" alt="" width="150" height="125" /></a>If you host WordPress on an <a title="IIS Home" href="http://www.iis.net">IIS Server</a> then there is only one choice for URL rewriting, the <a title="Wordpress URL Rewriting Tool" href="http://www.binaryfortress.com/wordpress-url-rewrite/">Binary Fortress WordPress URL Rewriting tool</a>. I have been using it for about 6 months now, but a shiny new v1.0 was released about a month ago. Time to upgrade I think!</p>
<p>URL Rewriting is one of the more critical parts of my attempts at SEO. There are a <a title="URL Rewriting" href="http://www.avangate.com/articles/url-rewriting_70.htm">number of pages</a> that discuss in more detail the benefits of clean links.</p>
<p>People employed to improve SEO have one of the truly great IT jobs I think. There is enough science to provide credibility, it is enough of a black art to avoid direct accountability and the target is constantly moving meaning your contract/role never looks like it has expired. Wow I really am feeling cynical tonight&#8230; <img src='http://www.scottsavage.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottsavage.net/2008/09/wordpress-url-rewriting-in-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

