<?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>JLCoady.net &#187; ISAPI_Rewrite</title>
	<atom:link href="http://jlcoady.net/tag/isapi_rewrite/feed" rel="self" type="application/rss+xml" />
	<link>http://jlcoady.net</link>
	<description></description>
	<lastBuildDate>Mon, 23 Mar 2009 18:15:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to use URL rewriting to control access to www</title>
		<link>http://jlcoady.net/seo/how-to-use-url-rewriting-to-control-access-to-www</link>
		<comments>http://jlcoady.net/seo/how-to-use-url-rewriting-to-control-access-to-www#comments</comments>
		<pubDate>Thu, 29 Jan 2009 18:47:18 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[ISAPI_Rewrite]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=105</guid>
		<description><![CDATA[Having your site respond with content to requests on both domain.tld and www.domain.tld can give the appearance to search engines that your site has duplicate content, so don&#8217;t do it. Here&#8217;s how:
Using Apache and mod_rewrite or IIS and ISAPI_rewrite 3:

RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.domain\.tld
RewriteRule ^/(.*) http://www.domain.tld/$1 [L,R=301]

Using IIS and ISAPI_rewrite 2:

RewriteCond Host: (?!^www\.domain\.tld).+
RewriteRule ^/(.*) http\://www.domain.tld/$1 [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/seo/how-to-use-url-rewriting-to-control-access-to-www/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable Umbraco directory URLs without needing a wildcard mapping in IIS</title>
		<link>http://jlcoady.net/umbraco/umbraco-directory-urls-without-iis-wildcard-mapping</link>
		<comments>http://jlcoady.net/umbraco/umbraco-directory-urls-without-iis-wildcard-mapping#comments</comments>
		<pubDate>Fri, 24 Nov 2006 07:00:54 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[ISAPI_Rewrite]]></category>

		<guid isPermaLink="false">http://blog.jlcoady.net/?p=12</guid>
		<description><![CDATA[If for some reason you cannot create an wildcard mapping to ASP.net in IIS, but would still like to have directory URLs in Umbraco there is another way. You can use ISAPI_rewrite (or a similiar tool) to rewrite requests to an extension that is handled by ASP.net. Here are the ISAPI_rewrite rules I use to [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/umbraco/umbraco-directory-urls-without-iis-wildcard-mapping/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
