<?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>David Dietrich&#039;s Business Technology Blog &#187; WordPress</title>
	<atom:link href="http://www.daviddietrich.com/topics/linux/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daviddietrich.com</link>
	<description>Business Technology Tips</description>
	<lastBuildDate>Mon, 05 Sep 2011 11:58:48 +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>Enabling Apache support for pretty permalinks in WordPress</title>
		<link>http://www.daviddietrich.com/2009/05/14/enabling-apache-support-for-pretty-permalinks-in-wordpress/</link>
		<comments>http://www.daviddietrich.com/2009/05/14/enabling-apache-support-for-pretty-permalinks-in-wordpress/#comments</comments>
		<pubDate>Fri, 15 May 2009 00:41:04 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Apache Tomcat]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=108</guid>
		<description><![CDATA[In WordPress, there is a feature called PermaLinks. These create URL’s that are better searched by Google. So instead of getting a URL like http://example.com?id=454, you get something like http://example.com/enabling-apache-support-for-pretty-permalinks-in-wordpress. Now the search engines will see a URL that they can parse for information, rather than an arbitrary number. Enabling Apache support for what is [...]]]></description>
			<content:encoded><![CDATA[<p>In WordPress, there is a feature called PermaLinks. These create URL’s that are better searched by Google. So instead of getting a URL like http://example.com?id=454, you get something like http://example.com/enabling-apache-support-for-pretty-permalinks-in-wordpress. Now the search engines will see a URL that they can parse for information, rather than an arbitrary number.</p>
<p>Enabling Apache support for what is known as address rewriting is accomplished by modifying your httpd.conf file. Open the file and look for the line that says:</p>
<p><strong>&lt;Directory “/var/www/html”&gt;<br />
</strong></p>
<p>In this section there will be a line:</p>
<p><strong>AllowOverride None</strong></p>
<p>Change this line to:</p>
<p><strong>AllowOverride All<br />
</strong></p>
<p>Save the httpd.conf file. Then restart Apache.</p>
<p>Now when you click, Enable Permalinks in WordPress, you will have a search engine friendly blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/05/14/enabling-apache-support-for-pretty-permalinks-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

