<?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>spechal.com &#187; Apache</title>
	<atom:link href="http://spechal.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://spechal.com</link>
	<description>[spesh-uhl]</description>
	<lastBuildDate>Thu, 21 Jan 2010 11:50:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Force Apache mod_rewrite to use subdomain</title>
		<link>http://spechal.com/2009/11/20/force-apache-mod_rewrite-to-use-subdomain/</link>
		<comments>http://spechal.com/2009/11/20/force-apache-mod_rewrite-to-use-subdomain/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 14:49:06 +0000</pubDate>
		<dc:creator>Spechal</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://spechal.com/?p=85</guid>
		<description><![CDATA[The following bit of code goes in your .htaccess file and forces users to use your sub-domain as opposed to your sub-folder.  In example, it forces users to use example.spechal.com and does not allow them to use spechal.com/example

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?spechal\.com
RewriteRule (.*) http://example.spechal.com/$1 [L]

]]></description>
			<content:encoded><![CDATA[<p>The following bit of code goes in your .htaccess file and forces users to use your sub-domain as opposed to your sub-folder.  In example, it forces users to use example.spechal.com and does not allow them to use spechal.com/example</p>
<pre>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?spechal\.com
RewriteRule (.*) http://example.spechal.com/$1 [L]
</pre>
]]></content:encoded>
			<wfw:commentRss>http://spechal.com/2009/11/20/force-apache-mod_rewrite-to-use-subdomain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
