<?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: Only One Home Page Please</title>
	<atom:link href="http://www.appliedseo.com/seo-tech-only-one-home-page-please/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appliedseo.com/seo-tech-only-one-home-page-please/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 04 Jan 2010 20:15:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How I redirected the Home Page of my website from a HTTP to an HTTPS. &#171; Cut and Paste&#8230; Code, Work, Life</title>
		<link>http://www.appliedseo.com/seo-tech-only-one-home-page-please/comment-page-1/#comment-14333</link>
		<dc:creator>How I redirected the Home Page of my website from a HTTP to an HTTPS. &#171; Cut and Paste&#8230; Code, Work, Life</dc:creator>
		<pubDate>Fri, 01 Jan 2010 21:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.appliedseo.com/?p=6#comment-14333</guid>
		<description>[...] 301 Redirects: Only One Home Page Please [...]</description>
		<content:encoded><![CDATA[<p>[...] 301 Redirects: Only One Home Page Please [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.appliedseo.com/seo-tech-only-one-home-page-please/comment-page-1/#comment-14308</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 26 Mar 2009 07:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.appliedseo.com/?p=6#comment-14308</guid>
		<description>You have sharpened my seo skills.I am a newbie in the field of seo and and now i am very much inspired and have a clear vision.
Could you let me know something about 301 redirect ? I mean how to locate 301 redirect step by step ?
http://www.forexpals.com</description>
		<content:encoded><![CDATA[<p>You have sharpened my seo skills.I am a newbie in the field of seo and and now i am very much inspired and have a clear vision.<br />
Could you let me know something about 301 redirect ? I mean how to locate 301 redirect step by step ?<br />
<a href="http://www.forexpals.com">http://www.forexpals.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vignesh</title>
		<link>http://www.appliedseo.com/seo-tech-only-one-home-page-please/comment-page-1/#comment-14296</link>
		<dc:creator>Vignesh</dc:creator>
		<pubDate>Mon, 16 Mar 2009 17:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.appliedseo.com/?p=6#comment-14296</guid>
		<description>Hi,

one of the good practices about speeding up website is to get the components in the webpage to be downloaded faster. One way to do it is to have virtual hosts such that HTML content, CSS and javascript are provided by say www.domain.com, while images, flash and the likes are provided by a subdomain like images.domain.com. This practice would make sure that the page loads faster as parallel downloads will happen due to different domain/subdomain names. The RewriteCond that redirects all the sub-domains to www.domain.com as provided in this article would be hinder getting the page to be downloaded faster on the browser. 

My suggestion would be to slightly modify the condition script as below -

RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^images\.yoursite\.com [OR]
RewriteCond %{HTTP_HOST} !^www\.yoursite\.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]

Or better still -

RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} ^yoursite\.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>one of the good practices about speeding up website is to get the components in the webpage to be downloaded faster. One way to do it is to have virtual hosts such that HTML content, CSS and javascript are provided by say <a href="http://www.domain.com">http://www.domain.com</a>, while images, flash and the likes are provided by a subdomain like images.domain.com. This practice would make sure that the page loads faster as parallel downloads will happen due to different domain/subdomain names. The RewriteCond that redirects all the sub-domains to <a href="http://www.domain.com">http://www.domain.com</a> as provided in this article would be hinder getting the page to be downloaded faster on the browser. </p>
<p>My suggestion would be to slightly modify the condition script as below -</p>
<p>RewriteCond %{HTTP_HOST} .<br />
RewriteCond %{HTTP_HOST} !^images\.yoursite\.com [OR]<br />
RewriteCond %{HTTP_HOST} !^www\.yoursite\.com [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.yoursite.com/$1">http://www.yoursite.com/$1</a> [R=301,L]</p>
<p>Or better still -</p>
<p>RewriteCond %{HTTP_HOST} .<br />
RewriteCond %{HTTP_HOST} ^yoursite\.com [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.yoursite.com/$1">http://www.yoursite.com/$1</a> [R=301,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Carcutt</title>
		<link>http://www.appliedseo.com/seo-tech-only-one-home-page-please/comment-page-1/#comment-74</link>
		<dc:creator>John Carcutt</dc:creator>
		<pubDate>Thu, 20 Apr 2006 00:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.appliedseo.com/?p=6#comment-74</guid>
		<description>Hi pirco, 

That is a very good question and you answered it yourself. :) Consistency is the key. However, keep in mind that you don’t always have control over how other sites link to yours so implementing the 301 redirect is still a must. www. is just another sub domain, it just happens to be the standard default. When you do www.subdomain.domain.com, what you are really doing is sub-subdomain.subdomain.domain.com.

The 301 redirect in this case is all about preventing the indexing of duplicate pages by allowing multiple URLs to display the same content; no matter what the URL or sub sub domain.</description>
		<content:encoded><![CDATA[<p>Hi pirco, </p>
<p>That is a very good question and you answered it yourself. <img src='http://www.appliedseo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Consistency is the key. However, keep in mind that you don’t always have control over how other sites link to yours so implementing the 301 redirect is still a must. www. is just another sub domain, it just happens to be the standard default. When you do <a href="http://www.subdomain.domain.com">http://www.subdomain.domain.com</a>, what you are really doing is sub-subdomain.subdomain.domain.com.</p>
<p>The 301 redirect in this case is all about preventing the indexing of duplicate pages by allowing multiple URLs to display the same content; no matter what the URL or sub sub domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pirco</title>
		<link>http://www.appliedseo.com/seo-tech-only-one-home-page-please/comment-page-1/#comment-73</link>
		<dc:creator>pirco</dc:creator>
		<pubDate>Wed, 19 Apr 2006 23:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.appliedseo.com/?p=6#comment-73</guid>
		<description>good info! thanks.

how about sub domains? i have a client who insists on using &quot;www&quot; on all their web sites, even if it&#039;s a subdomain. so far, i just recommended using both but after reading your article, i&#039;ll make sure that we are consistent. is there any argument against using www.subdomain.domain.com?</description>
		<content:encoded><![CDATA[<p>good info! thanks.</p>
<p>how about sub domains? i have a client who insists on using &#8220;www&#8221; on all their web sites, even if it&#8217;s a subdomain. so far, i just recommended using both but after reading your article, i&#8217;ll make sure that we are consistent. is there any argument against using <a href="http://www.subdomain.domain.com?">http://www.subdomain.domain.com?</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
