<?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>Web development &#187; Mod Rewrite</title>
	<atom:link href="http://sourcecodemoney.com/tag/mod-rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcecodemoney.com</link>
	<description>Use source code for money</description>
	<lastBuildDate>Mon, 21 Nov 2011 12:03:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to enable mod_rewrite on Apache</title>
		<link>http://sourcecodemoney.com/how-to-enable-mod_rewrite-on-apache/apache/</link>
		<comments>http://sourcecodemoney.com/how-to-enable-mod_rewrite-on-apache/apache/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 13:55:28 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Front Of The Line]]></category>
		<category><![CDATA[Httpd]]></category>
		<category><![CDATA[Mod Rewrite]]></category>
		<category><![CDATA[Pound Sign]]></category>

		<guid isPermaLink="false">http://sourcecodemoney.com/?p=105</guid>
		<description><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		Apache by default comes with the mod_rewrite module but it is not enabled. So your Apache&#8217;s mod_rewrite is most probably not enabled. To enable it find the httpd.conf file, usually in a folder called conf in your Apache folder. In the file uncomment this line: LoadModule rewrite_module modules/mod_rewrite.so by removing the pound &#8216;#&#8217; sign from [...]]]></description>
			<content:encoded><![CDATA[		<link href="http://sourcecodemoney.com/wp-content/plugins/diggme/css.css" rel="stylesheet" type="text/css" />
		<div id="diggbutton"><a href="http://digg.com/submit?phase=2&amp;url=http://sourcecodemoney.com/how-to-enable-mod_rewrite-on-apache/apache/"><img src="http://sourcecodemoney.com/wp-content/plugins/diggme/digg.png"></a></div><p>Apache by default comes with the mod_rewrite module but it is not enabled. So your Apache&#8217;s  mod_rewrite is most probably not enabled. To enable it find the httpd.conf file, usually  in a folder called conf in your Apache folder. In the file uncomment this line:</p>
<p><em>LoadModule rewrite_module modules/mod_rewrite.so </em></p>
<p>by removing the pound &#8216;#&#8217; sign from in front of the line.</p>
<p>Restart your Apache for it to take effect. If it&#8217;s not working try restarting your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcecodemoney.com/how-to-enable-mod_rewrite-on-apache/apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

