<?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:icbm="http://postneo.com/icbm/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:wfw="http://wellformedweb.org/CommentAPI/" >

<channel>
	<title>Www</title>
	<link>http://www.yetanothercommunitysystem.com/category-522-www</link>
	<description></description>
	<language>fr</language>
	<copyright>2002-2008, Paxer Conseil</copyright>
	<managingEditor>bernard.paques@bigfoot.com</managingEditor>
	<webMaster>bernard.paques@bigfoot.com</webMaster>
	<icbm:latitude>40.32</icbm:latitude>
	<icbm:longitude>-111.68</icbm:longitude>
	<lastBuildDate>Mon, 01 Dec 2008 23:37:17 GMT</lastBuildDate>
	<generator>Yet Another Community System</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>59</ttl>

 <item>
		<title>SEO www redirects in htaccess (code included)</title>
		<link>http://www.yetanothercommunitysystem.com/article-3393-seo-www-redirects-in-htaccess-code-included</link>
		<guid isPermaLink="true">http://www.yetanothercommunitysystem.com/article-3393-seo-www-redirects-in-htaccess-code-included</guid>
		<description>How about this to help improve SEO.
Will require hand editting to enable correct rule and domain name.
I have this running my my site without problem.

Needs to be the first rewrite rule in the list. # redirect all to http://www.example.com/...
#
RewriteCond %{HTTP_HOST} ^example.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
#
# redirect http://www.example.com/...  to http://example.com/...
#
# RewriteCond %{HTTP_HOST} ^www.example.com$ [NC]
# RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]  ... more» </description>
		<dc:creator>NickR</dc:creator>
		<category>Post your requirements here</category>
		<pubDate>Sat, 20 Oct 2007 23:22:12 GMT</pubDate>
		<comments>http://www.yetanothercommunitysystem.com/article-3393-seo-www-redirects-in-htaccess-code-included#comments</comments>
		<slash:comments>2</slash:comments>
		<wfw:comment>http://www.yetanothercommunitysystem.com/comments/post.php/article/3393</wfw:comment>
		<wfw:commentRss>http://www.yetanothercommunitysystem.com/comments/feed.php/article/3393</wfw:commentRss>
		<trackback:ping>http://www.yetanothercommunitysystem.com/links/trackback.php?anchor=article%3A3393</trackback:ping>
	</item>

</channel>
</rss>