<?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>INSIC DESIGNS &#187; Rewrite</title>
	<atom:link href="http://blog.insicdesigns.com/tag/rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 14:46:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>No WWW</title>
		<link>http://blog.insicdesigns.com/2007/12/no-www/</link>
		<comments>http://blog.insicdesigns.com/2007/12/no-www/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 11:01:44 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Rewrite]]></category>

		<guid isPermaLink="false">http://ninware.com/no-www</guid>
		<description><![CDATA[If you dont like to the www in your domain just add this to your htaccess file RewriteEngine on # ## no-www # rewritecond %{HTTP_HOST} ^www\.localhost\.com$ [NC] rewriterule ^(.*)$ http://localhost.com/$1 [R=301,L]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2007/12/no-www/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Require WWW</title>
		<link>http://blog.insicdesigns.com/2007/12/require-www/</link>
		<comments>http://blog.insicdesigns.com/2007/12/require-www/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 06:07:43 +0000</pubDate>
		<dc:creator>insic</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Rewrite]]></category>

		<guid isPermaLink="false">http://ninware.com/require-www</guid>
		<description><![CDATA[If you want the www in your domain then write this into your htaccess Options +FollowSymLinks RewriteEngine On RewriteBase / # ## require-www # RewriteCond %{HTTP_HOST} !^www\.localhost\.com$ [NC] RewriteRule ^(.*)$ http://www.localhost.com/$1 [R=301,L]]]></description>
		<wfw:commentRss>http://blog.insicdesigns.com/2007/12/require-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

