<?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>en.aliado.jp &#187; htaccess</title>
	<atom:link href="http://en.aliado.jp/topic/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.aliado.jp</link>
	<description>The kingdom of thoughts and feelings</description>
	<lastBuildDate>Sun, 07 Mar 2010 03:25:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>301 redirect (non-www to www)</title>
		<link>http://en.aliado.jp/2008/07/301-redirect-non-www-to-www/</link>
		<comments>http://en.aliado.jp/2008/07/301-redirect-non-www-to-www/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 11:32:13 +0000</pubDate>
		<dc:creator>nikuman</dc:creator>
				<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://en.aliado.jp/?p=14</guid>
		<description><![CDATA[Here is a way to implementing 301 redirect on your domains using htaccess.
Insert the following code into your .htaccess file.
RewriteEngine On
# redirect to preferred www domain
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
Just replace &#8220;example.com&#8221; for your own domain.
]]></description>
			<content:encoded><![CDATA[<p>Here is a way to implementing 301 redirect on your domains using htaccess.</p>
<p>Insert the following code into your .htaccess file.</p>
<p>RewriteEngine On<br />
# redirect to preferred www domain<br />
RewriteCond %{HTTP_HOST} .<br />
RewriteCond %{HTTP_HOST} !^www\.example\.com<br />
RewriteRule (.*) http://www.example.com/$1 [R=301,L]</p>
<p>Just replace &#8220;example.com&#8221; for your own domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.aliado.jp/2008/07/301-redirect-non-www-to-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
