<?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>Distributed Software Systems LLC &#187; Search Engine Optimization</title>
	<atom:link href="http://www.tucsonconsulting.com/category/network/internet/search-engine-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tucsonconsulting.com</link>
	<description>Software For Every Situation.</description>
	<lastBuildDate>Sun, 24 Jun 2007 23:20:51 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>301 Redirect With Lighttp 1.4</title>
		<link>http://www.tucsonconsulting.com/network/internet/search-engine-optimization/301-redirect-with-lighttp/</link>
		<comments>http://www.tucsonconsulting.com/network/internet/search-engine-optimization/301-redirect-with-lighttp/#comments</comments>
		<pubDate>Thu, 03 May 2007 04:04:10 +0000</pubDate>
		<dc:creator>Chris Koehler</dc:creator>
				<category><![CDATA[Lighttp]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.tucsonconsulting.com/software/service/lighttp/301-redirect-with-lighttp/</guid>
		<description><![CDATA[Direct all clean traffic using an exact match on the host.
$HTTP["host"] == &#8220;www.&#60;example&#62;.com&#8221; {
&#160;&#160;&#160;server.document-root        = &#8220;/www/sites/&#60;example&#62;.com/www/&#8221;
}
Trap all traffic not directed to the main site (regex non-match), then filter remaining traffic headed to the correct domain with the wrong host (regex) and redirect to the main site.
$HTTP["host"] !~ &#8220;^(www&#124;mail)\.(&#60;example&#62;\.com)$&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Direct all clean traffic using an exact match on the host.</strong></p>
<p>$HTTP["host"] == &#8220;www.&lt;example&gt;.com&#8221; {<br />
&nbsp;&nbsp;&nbsp;server.document-root        = &#8220;/www/sites/&lt;example&gt;.com/www/&#8221;<br />
}</p>
<p><strong>Trap all traffic not directed to the main site (regex non-match), then filter remaining traffic headed to the correct domain with the wrong host (regex) and redirect to the main site.</strong></p>
<p>$HTTP["host"] !~ &#8220;^(www|mail)\.(&lt;example&gt;\.com)$&#8221; {<br />
&nbsp;&nbsp;&nbsp;$HTTP["host"] =~ &#8220;(^|.*\.)&lt;example&gt;\.com&#8221; {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url.redirect = ( &#8220;^/(.*)&#8221; => &#8220;http://www.&lt;example&gt;.com/&#8221; )<br />
&nbsp;&nbsp;&nbsp;}<br />
}</p>
<blockquote><p>This is an effective defensive technique to guard against redundant content bombing in which a competitor submits URLs containing different hosts with the same domain to search engines making it appear as if the target site has several pages of identical content</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.tucsonconsulting.com/network/internet/search-engine-optimization/301-redirect-with-lighttp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
