<?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>the Lau Explorer &#187; Wordpress</title>
	<atom:link href="http://www.lauexplorer.com/category/learning-center/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lauexplorer.com</link>
	<description>Modern Day News &#124; Exploring the Web So You Don&#039;t Have To *Beta*</description>
	<lastBuildDate>Thu, 20 May 2010 00:48:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Blog Permalink Structure Not Working Solution</title>
		<link>http://www.lauexplorer.com/2010/03/12/learning-center/wordpress-blog-permalink-structure-not-working-solution/</link>
		<comments>http://www.lauexplorer.com/2010/03/12/learning-center/wordpress-blog-permalink-structure-not-working-solution/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 19:16:23 +0000</pubDate>
		<dc:creator>the Tech</dc:creator>
				<category><![CDATA[Learning Center]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.lauexplorer.com/?p=695</guid>
		<description><![CDATA[So if you have a wordpress blog and you decided to put it into a different folder. For example domainname.com/blog. You will notice when you change the permalink structure that all your posts will create a 404 error.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>So if you have a wordpress blog and you decided to put it into a different folder. For example domainname.com/blog. You will notice when you change the permalink structure that all your posts will create a 404 error.</p>
<p>One solution on how to fix this is to open the .htaccess file.<br />
change the line in your .htaccess</p>
<blockquote><p>RewriteBase /</p></blockquote>
<p>to</p>
<blockquote><p>RewriteBase /blog/</p></blockquote>
<p>and also change</p>
<blockquote><p>/index.php</p></blockquote>
<p>to</p>
<blockquote><p>index.php</p></blockquote>
<p>(remove the slash) as it’s not in the root directory.</p>
<p>that should fix it, as it did for us. Enjoy!</p>
<p><a href="http://www.lauexplorer.com/2010/03/12/learning-center/wordpress-blog-permalink-structure-not-working-solution/" rel="bookmark">Wordpress Blog Permalink Structure Not Working Solution</a> originally appeared on <a href="http://www.lauexplorer.com">the Lau Explorer</a> on March 12, 2010. <br /><a href=\"http://lauexplorer.com\">Modern Day News</a></p>
<img src="http://www.lauexplorer.com/?ak_action=api_record_view&id=695&type=feed" alt="" />

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.lauexplorer.com/2010/03/12/learning-center/wordpress-blog-permalink-structure-not-working-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
