<?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"
	>

<channel>
	<title>Farooque &#187; Redirects</title>
	<atom:link href="http://www.farooque.com/category/redirects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farooque.com</link>
	<description>Wandering thoughts of an unsettled mind...</description>
	<pubDate>Sat, 16 Aug 2008 05:28:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Non-WWW Redirect</title>
		<link>http://www.farooque.com/non-www-redirect/</link>
		<comments>http://www.farooque.com/non-www-redirect/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 01:34:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Redirects]]></category>

		<guid isPermaLink="false">http://www.farooque.com/non-www-redirect/</guid>
		<description><![CDATA[How to 301 Redirect Non-WWW to WWW URLs
Search engines consider http://seous.com and http://www.seous.com different websites. As a result, if your website has been linked to from other websites using a mix of the two URLs you are effectively splitting the potential benefit of valuable link popularity.
Using a 301 redirect on the â€œnon-wwwâ€ version of the [...]]]></description>
			<content:encoded><![CDATA[<p>How to 301 Redirect Non-WWW to WWW URLs</p>
<p>Search engines consider http://seous.com and http://www.seous.com different websites. As a result, if your website has been linked to from other websites using a mix of the two URLs you are effectively splitting the potential benefit of valuable link popularity.</p>
<p>Using a 301 redirect on the â€œnon-wwwâ€ version of the URL can effectively consolidate all of your link popularity to a single URL. This consolidation will serve to increase your websiteâ€™s chances of obtaining and maintaining top rankings.</p>
<p>Open the httpd.conf file on your server, back it up somewhere in case of error and then uncomment the following line:</p>
<p>LoadModule rewrite_module modules/mod_rewrite.so</p>
<p>Once the line is uncommented, save the file and restart the server then proceed with the following steps.</p>
<p>Download the .htaccess file from your websiteâ€™s root web folder to a folder on your machine where you can edit it.</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^seous.com<br />
RewriteRule (.*) http://www.seous.com/$1 [R=301,L]</p>
<p>Upload the file back to your website in the exact same place you downloaded it.</p>
<p>Once the upload is complete open a browser and try visiting the â€œnon-wwwâ€ version of your website address. If the .htaccess is working as it should you will be redirected immediately to the proper â€œwwwâ€ version of your website. This will be reflected in your browserâ€™s address bar.</p>
<p>To be 100% certain this has worked appropriately I suggest typing in your â€œnon-wwwâ€ website address into the:</p>
<p>http://www.rexswain.com/httpview.html</p>
<p>This tool will show you whether the 301 redirect is being provided by the server. This is what a search engine will see when it visits the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farooque.com/non-www-redirect/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
