<?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>V-Teq's site - The IT blog &#187; Web</title>
	<atom:link href="http://www.v-teq.com/category/english/it-blog/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.v-teq.com</link>
	<description>Computers, Programming, Web, Software, GNU/Linux, Open Source, Projects, etc.</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:32:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache .htaccess automatic redirection to www subdomain (301 moved permanently)</title>
		<link>http://www.v-teq.com/2009-06-05/apache-htaccess-automatic-redirection-to-www-subdomain-301-moved-permanently/</link>
		<comments>http://www.v-teq.com/2009-06-05/apache-htaccess-automatic-redirection-to-www-subdomain-301-moved-permanently/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:41:52 +0000</pubDate>
		<dc:creator>V-Teq</dc:creator>
				<category><![CDATA[Apache .htaccess]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[301 Moved Permanently]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache RewriteEngine]]></category>
		<category><![CDATA[redirection]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.v-teq.com/?p=437</guid>
		<description><![CDATA[The easiest way to make automatic redirection (301 moved permanently) from sites without specified subdomain to www subdomain is to use .htaccess file (using Apache server of course).

Options +FollowSymLinks
&#160;
&#60;IfModule mod_rewrite.c&#62;
	RewriteEngine On
	RewriteCond %{HTTP_HOST} ^v-teq.com$ [NC]
	RewriteRule ^(.*)$ http://www.v-teq.com/$1 [R=301,L,QSA]
&#60;/IfModule&#62;

It converts URL requests without subdomain to URLs with www subdomain. It handles even request with specific site location [...]]]></description>
		<wfw:commentRss>http://www.v-teq.com/2009-06-05/apache-htaccess-automatic-redirection-to-www-subdomain-301-moved-permanently/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
