<?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>dreamluverz collection &#187; htaccess</title>
	<atom:link href="http://dreamluverz.com/category/developers-tools/htaccess-developers-tools/feed" rel="self" type="application/rss+xml" />
	<link>http://dreamluverz.com</link>
	<description>Never stop dreaming, until you&#039;re ready to wake up and make it happen</description>
	<lastBuildDate>Wed, 18 Jan 2012 14:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>domain pointing to a folder</title>
		<link>http://dreamluverz.com/developers-tools/htaccess-developers-tools/domain-pointing-to-a-folder</link>
		<comments>http://dreamluverz.com/developers-tools/htaccess-developers-tools/domain-pointing-to-a-folder#comments</comments>
		<pubDate>Mon, 01 Jun 2009 17:38:57 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[domain pointing]]></category>
		<category><![CDATA[domain rewrite]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=659</guid>
		<description><![CDATA[This approach has you code the first part of the domain or subdomain name and the associated subdirectory in your .htaccess file. Â  For example: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/subdirectory/ RewriteCond %{HTTP_HOST} ^(www\.)?name\. RewriteRule ^(.*)$ subdirectory/$1 [L] Note &#8230; <a href="http://dreamluverz.com/developers-tools/htaccess-developers-tools/domain-pointing-to-a-folder">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/htaccess-developers-tools/domain-pointing-to-a-folder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>url rewriting guide</title>
		<link>http://dreamluverz.com/developers-tools/apache/url-rewriting-guide</link>
		<comments>http://dreamluverz.com/developers-tools/apache/url-rewriting-guide#comments</comments>
		<pubDate>Fri, 22 May 2009 07:34:55 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[url rewrite]]></category>
		<category><![CDATA[url rewrite guide]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=627</guid>
		<description><![CDATA[Introduction to mod_rewrite The Apache module mod_rewrite is a killer one, i.e. it is a really sophisticated module which provides a powerful way to do URL manipulations. With it you can do nearly all types of URL manipulations you ever &#8230; <a href="http://dreamluverz.com/developers-tools/apache/url-rewriting-guide">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/apache/url-rewriting-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htaccess not working</title>
		<link>http://dreamluverz.com/developers-tools/apache/htaccess-not-working</link>
		<comments>http://dreamluverz.com/developers-tools/apache/htaccess-not-working#comments</comments>
		<pubDate>Fri, 24 Oct 2008 04:28:00 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[allowOverwrite]]></category>
		<category><![CDATA[htacces]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=358</guid>
		<description><![CDATA[On your httpd.conf Set this: AllowOverride All same for the other one and uncomment this line LoadModule rewrite_module modules/mod_rewrite.so &#60;Directory /&#62; Options FollowSymLinks AllowOverride All Order deny,allow Deny from all &#60;/Directory&#62; &#60;Directory &#8220;C:/htdocs&#8221;&#62; AllowOverride All &#60;/Directory&#62;]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/apache/htaccess-not-working/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_rewrite cheat sheet</title>
		<link>http://dreamluverz.com/developers-tools/htaccess-developers-tools/mod_rewrite-cheat-sheet</link>
		<comments>http://dreamluverz.com/developers-tools/htaccess-developers-tools/mod_rewrite-cheat-sheet#comments</comments>
		<pubDate>Tue, 23 Sep 2008 05:20:00 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod rewrite]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[mod_rewrite guide]]></category>
		<category><![CDATA[url rendering]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=335</guid>
		<description><![CDATA[mod rewrite cheat sheet &#8211; Upload a Document to Scribd]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/htaccess-developers-tools/mod_rewrite-cheat-sheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>www redirect</title>
		<link>http://dreamluverz.com/developers-tools/htaccess-developers-tools/www-redirect</link>
		<comments>http://dreamluverz.com/developers-tools/htaccess-developers-tools/www-redirect#comments</comments>
		<pubDate>Thu, 22 May 2008 09:27:44 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htaccess redirect]]></category>
		<category><![CDATA[rewrite rule]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=272</guid>
		<description><![CDATA[If you want to redirect your domain from http://domain.com to www.domain.com you must put this rule at the very top and before all other rules you have on your htaccess file. RewriteEngine On RewriteCond %{HTTP_HOST} ^mydomain\.com RewriteRule ^(.*) http://www.mydomain.com/$1 [L,R=301]]]></description>
		<wfw:commentRss>http://dreamluverz.com/developers-tools/htaccess-developers-tools/www-redirect/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_rewrite domain</title>
		<link>http://dreamluverz.com/anything-under-the-moonlight/mod_rewrite-domain</link>
		<comments>http://dreamluverz.com/anything-under-the-moonlight/mod_rewrite-domain#comments</comments>
		<pubDate>Tue, 20 May 2008 17:19:42 +0000</pubDate>
		<dc:creator>dreamluverz</dc:creator>
				<category><![CDATA[anything under the moonlight]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[url rendering]]></category>

		<guid isPermaLink="false">http://dreamluverz.com/?p=263</guid>
		<description><![CDATA[RewriteCond %{HTTP_HOST} ^(www\.)?yourdomain\.com [NC] RewriteRule ^(.*)$ http://newdomain.com/$1 [R=301,L] Introduction to mod_rewrite]]></description>
		<wfw:commentRss>http://dreamluverz.com/anything-under-the-moonlight/mod_rewrite-domain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

