<?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>usefulgeek &#187; apache</title>
	<atom:link href="http://www.usefulgeek.com/blog/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usefulgeek.com/blog</link>
	<description>rants, reviews and kind hearted messages from some geeks</description>
	<lastBuildDate>Mon, 19 Jul 2010 16:48:21 +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>Force the use of &#8216;www&#8217; in your URL.</title>
		<link>http://www.usefulgeek.com/blog/2009/03/force-the-use-of-www-in-your-url/</link>
		<comments>http://www.usefulgeek.com/blog/2009/03/force-the-use-of-www-in-your-url/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 00:44:56 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[quickfire]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=82</guid>
		<description><![CDATA[This is a pretty simple use of mod_rewrite to force the use www in your urls.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
RewriteRule .? http://www.example.com%{REQUEST_URI} [R=301,L]\
The first line is only needed if mod_rewrite isn&#8217;t enabled on your server (though the module does need to be enabled).  Replace example.com with your actual domain name of course.


No related posts.
Related [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is a pretty simple use of <code>mod_rewrite</code> to force the use www in your urls.</p>
<blockquote><p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]<br />
RewriteRule .? http://www.example.com%{REQUEST_URI} [R=301,L]\</p></blockquote>
<p>The first line is only needed if mod_rewrite isn&#8217;t enabled on your server (though the module does need to be enabled).  Replace example.com with your actual domain name of course.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/03/force-the-use-of-www-in-your-url/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
