<?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/"
	>

<channel>
	<title>Web App Solution Blog &#187; apache</title>
	<atom:link href="http://www.webappsolution.com/wordpress/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappsolution.com/wordpress</link>
	<description>When you're in need of an appsolution</description>
	<pubDate>Thu, 05 Apr 2012 19:39:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enabling Different Permalinks to Work</title>
		<link>http://www.webappsolution.com/wordpress/2009/04/07/enabling-different-permalinks-to-work/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/04/07/enabling-different-permalinks-to-work/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 13:28:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=26</guid>
		<description><![CDATA[We recently made some changes to the layout of our blog. In doing so, we chose to enable something other than the default permalink structure and suddenly we couldn&#8217;t see any pages. After a bit of searching, I stumbled across the fact that it was this change that was making things go awry.
But why could [...]]]></description>
			<content:encoded><![CDATA[<p>We recently made some changes to the layout of our blog. In doing so, we chose to enable something other than the default permalink structure and suddenly we couldn&#8217;t see any pages. After a bit of searching, I stumbled across the fact that it was this change that was making things go awry.</p>
<p>But why could I get the other settings to work?</p>
<p>A few things that need to be in place when you want to use a different setting:</p>
<ul>
<li>Ensure that mod_rewrite is enabled. This will be in your httpd.conf file</li>
<li>Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)</li>
<li>Inside the httpd.conf file uncomment the line <em>LoadModule rewrite_module modules/mod_rewrite.so</em> (remove the pound &#8216;#&#8217; sign from in front of the line)</li>
<li>Also find the line <em>ClearModuleList</em> is uncommented then find and make sure that the line <em>AddModule mod_rewrite.c</em> is not commented out.</li>
<li>Also, need to check that the individual .htaccess files you have out there are enabled. If AllowOverride is None then they won&#8217;t get picked up<br />
&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride All</li>
<li>Should also enabled in the web directory specifically<br />
&lt;Directory /var/www/html&gt;<br />
AllowOverride All<br />
&lt;/Directory&gt;</li>
</ul>
<p>Your mileage may vary based upon the server/host/etc you use but this should get you most of the way there.</p>
<p>In order for wordpress to use the permalinks capabilities, you also need to make sure you have a .htaccess file in your /wordpress root. If there isn&#8217;t one there, log in via shell to that root and do &#8216;touch .htacess&#8217;. Ther perms should be 755 at least. When you go to the Settings-&gt;Permalinks page on your WP Admin, hitting the Save Changes button will cause the mods to get written to this file.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Enabling+Different+Permalinks+to+Work+http://f6nxa.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.webappsolution.com/wordpress/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Enabling+Different+Permalinks+to+Work+http://f6nxa.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/04/07/enabling-different-permalinks-to-work/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

