<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 301 Redirects in IIS and Unix</title>
	<atom:link href="http://www.slimster.net/301-redirects-in-iis-and-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slimster.net/301-redirects-in-iis-and-unix/</link>
	<description>People, Technology, Gardens, Yoga and Corporate America</description>
	<lastBuildDate>Thu, 17 Jun 2010 07:45:13 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Slim</title>
		<link>http://www.slimster.net/301-redirects-in-iis-and-unix/comment-page-1/#comment-188</link>
		<dc:creator>Slim</dc:creator>
		<pubDate>Thu, 07 Feb 2008 12:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.slimster.net/301-redirects-in-iis-and-unix/#comment-188</guid>
		<description>My question would be whether that is something that could be done via a standard web hosting package (with limited permissions).  It very well could work - I&#039;ll never know ;-)</description>
		<content:encoded><![CDATA[<p>My question would be whether that is something that could be done via a standard web hosting package (with limited permissions).  It very well could work &#8211; I&#8217;ll never know <img src='http://www.slimster.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geordie</title>
		<link>http://www.slimster.net/301-redirects-in-iis-and-unix/comment-page-1/#comment-183</link>
		<dc:creator>Geordie</dc:creator>
		<pubDate>Tue, 05 Feb 2008 10:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.slimster.net/301-redirects-in-iis-and-unix/#comment-183</guid>
		<description>What&#039;s wrong with a basic IIS redirect set to the whole domain that maps to the new domain?

Within IIS manager, set the redirect target to:

http://newdomain.com$v

and the $v parameter will pass all of the url request from teh old domain to the new one - seamless :o)</description>
		<content:encoded><![CDATA[<p>What&#8217;s wrong with a basic IIS redirect set to the whole domain that maps to the new domain?</p>
<p>Within IIS manager, set the redirect target to:</p>
<p><a href="http://newdomain.com$v" rel="nofollow">http://newdomain.com$v</a></p>
<p>and the $v parameter will pass all of the url request from teh old domain to the new one &#8211; seamless <img src='http://www.slimster.net/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slim</title>
		<link>http://www.slimster.net/301-redirects-in-iis-and-unix/comment-page-1/#comment-158</link>
		<dc:creator>Slim</dc:creator>
		<pubDate>Thu, 10 Jan 2008 13:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.slimster.net/301-redirects-in-iis-and-unix/#comment-158</guid>
		<description>Yes, Rusty, you could probably lasso a steer and make it sing &#039;Baby Got Back&#039; with IIS, but the rest of us aren&#039;t that talented.  In a hosted environment (in this instance with Bluehost), IIS administration is limited and the isapi filter only requires more steps.  More steps=more time.  

And if you do get that Mac Leopard OS (running on Unix), I don&#039;t know if if will be &#039;god out of the box&#039;, but it sure beats Windows.</description>
		<content:encoded><![CDATA[<p>Yes, Rusty, you could probably lasso a steer and make it sing &#8216;Baby Got Back&#8217; with IIS, but the rest of us aren&#8217;t that talented.  In a hosted environment (in this instance with Bluehost), IIS administration is limited and the isapi filter only requires more steps.  More steps=more time.  </p>
<p>And if you do get that Mac Leopard OS (running on Unix), I don&#8217;t know if if will be &#8216;god out of the box&#8217;, but it sure beats Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty</title>
		<link>http://www.slimster.net/301-redirects-in-iis-and-unix/comment-page-1/#comment-153</link>
		<dc:creator>Rusty</dc:creator>
		<pubDate>Thu, 10 Jan 2008 04:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.slimster.net/301-redirects-in-iis-and-unix/#comment-153</guid>
		<description>Slim, slim, slim.   You know I can do anything with IIS?!  Isapi_ReWrite is free in the basic version and you can set up host conditions so that all requests to a specific domain are 301 redirected to the same url on  a differnt url.  In fact, you can even use domain patterns.  On perfectweddingguide.com, for example, pwg.com does just this.  http://www.pwg.com/atlanta

Of course, you need access to install the isapi_filter.  There are two ways to do it: msi installer (if you can log onto the box) or configure an isapi extension (if you can administer IIS).  

The fact that Apache has this built in is just testiment to the fact that Unix people make more mistakes and often realize they need to redirect shit.

:)

Now, Vista SUCKS!  I am one more OS crash away from buying a macBook so that I can have a god out of the box Windows experience</description>
		<content:encoded><![CDATA[<p>Slim, slim, slim.   You know I can do anything with IIS?!  Isapi_ReWrite is free in the basic version and you can set up host conditions so that all requests to a specific domain are 301 redirected to the same url on  a differnt url.  In fact, you can even use domain patterns.  On perfectweddingguide.com, for example, pwg.com does just this.  <a href="http://www.pwg.com/atlanta" rel="nofollow">http://www.pwg.com/atlanta</a></p>
<p>Of course, you need access to install the isapi_filter.  There are two ways to do it: msi installer (if you can log onto the box) or configure an isapi extension (if you can administer IIS).  </p>
<p>The fact that Apache has this built in is just testiment to the fact that Unix people make more mistakes and often realize they need to redirect shit.</p>
<p> <img src='http://www.slimster.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now, Vista SUCKS!  I am one more OS crash away from buying a macBook so that I can have a god out of the box Windows experience</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slim</title>
		<link>http://www.slimster.net/301-redirects-in-iis-and-unix/comment-page-1/#comment-126</link>
		<dc:creator>Slim</dc:creator>
		<pubDate>Fri, 02 Nov 2007 18:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.slimster.net/301-redirects-in-iis-and-unix/#comment-126</guid>
		<description>Good point Uncool.  Having the right tools at the right time is a great benefit.  With the right tools (and enough time) anything can be done!</description>
		<content:encoded><![CDATA[<p>Good point Uncool.  Having the right tools at the right time is a great benefit.  With the right tools (and enough time) anything can be done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uncool John</title>
		<link>http://www.slimster.net/301-redirects-in-iis-and-unix/comment-page-1/#comment-125</link>
		<dc:creator>Uncool John</dc:creator>
		<pubDate>Fri, 02 Nov 2007 17:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.slimster.net/301-redirects-in-iis-and-unix/#comment-125</guid>
		<description>Apache is a great server if you know how to use it. The same goes for IIS. With an ISAPI rewrite tool, you could do the same thing that you did but on IIS. Apache has the benefit of already having that functionality available though.

Glad it worked out.</description>
		<content:encoded><![CDATA[<p>Apache is a great server if you know how to use it. The same goes for IIS. With an ISAPI rewrite tool, you could do the same thing that you did but on IIS. Apache has the benefit of already having that functionality available though.</p>
<p>Glad it worked out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vic Damone</title>
		<link>http://www.slimster.net/301-redirects-in-iis-and-unix/comment-page-1/#comment-122</link>
		<dc:creator>Vic Damone</dc:creator>
		<pubDate>Wed, 24 Oct 2007 15:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.slimster.net/301-redirects-in-iis-and-unix/#comment-122</guid>
		<description>I&#039;m no SEO genius, but I think Slim is right. 301 is the professional way to do it. Meta-refresh was cool, in like &#039;98.</description>
		<content:encoded><![CDATA[<p>I&#8217;m no SEO genius, but I think Slim is right. 301 is the professional way to do it. Meta-refresh was cool, in like &#8216;98.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slim</title>
		<link>http://www.slimster.net/301-redirects-in-iis-and-unix/comment-page-1/#comment-121</link>
		<dc:creator>Slim</dc:creator>
		<pubDate>Wed, 24 Oct 2007 15:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.slimster.net/301-redirects-in-iis-and-unix/#comment-121</guid>
		<description>A meta refresh is like putting on a spare, a &#039;weenie-wheel&#039;, when you have a flat tire.  Not a solid, long term solution.  Would it prevent 404&#039;s? Yes.  Would it pass link juice?  Nope.  http://www.seobook.com/archives/000297.shtml</description>
		<content:encoded><![CDATA[<p>A meta refresh is like putting on a spare, a &#8216;weenie-wheel&#8217;, when you have a flat tire.  Not a solid, long term solution.  Would it prevent 404&#8217;s? Yes.  Would it pass link juice?  Nope.  <a href="http://www.seobook.com/archives/000297.shtml" rel="nofollow">http://www.seobook.com/archives/000297.shtml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Dugdale</title>
		<link>http://www.slimster.net/301-redirects-in-iis-and-unix/comment-page-1/#comment-120</link>
		<dc:creator>Dave Dugdale</dc:creator>
		<pubDate>Wed, 24 Oct 2007 04:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.slimster.net/301-redirects-in-iis-and-unix/#comment-120</guid>
		<description>I do most of my stuff in Coldfusion and I don&#039;t do that much with html pages, however I pretty certain a simple meta refresh on each page will do the trick.</description>
		<content:encoded><![CDATA[<p>I do most of my stuff in Coldfusion and I don&#8217;t do that much with html pages, however I pretty certain a simple meta refresh on each page will do the trick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
