<?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>TECHIEGIRL &#187; Wordpress 2.6 bug</title>
	<atom:link href="http://www.techiegirlonline.com/tag/wordpress-26-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiegirlonline.com</link>
	<description>Myphone Reviews &#124; Girly Gadgets &#124;Laptop Skins &#124; Techiegirl &#124; Gadgets &#124; Tips &#124; Online Shopping &#124; Technology &#124;Reviews</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:24:02 +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>Error 404 &#8211; Not Found Encountered After Upgrading to WordPress 2.6</title>
		<link>http://www.techiegirlonline.com/error-404-not-found/</link>
		<comments>http://www.techiegirlonline.com/error-404-not-found/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 13:10:03 +0000</pubDate>
		<dc:creator>Amy</dc:creator>
				<category><![CDATA[Techie Tips]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[Error 404 - Not Found]]></category>
		<category><![CDATA[Wordpress 2.6 bug]]></category>
		<category><![CDATA[Wordpress 2.6 error]]></category>

		<guid isPermaLink="false">http://www.techiegirl.info/?p=490</guid>
		<description><![CDATA[I am one of the bloggers who excitedly upgraded to WordPress 2.6  a day after its release. But to my disappointment, I encountered this 404 &#8211; Not Found error upon accessing my individual posts. This made me stay to the... <a class="readmore" href="http://www.techiegirlonline.com/error-404-not-found/"> read more </a> ]]></description>
			<content:encoded><![CDATA[<p>I am one of the bloggers who excitedly upgraded to WordPress 2.6  a day after its release. But to my disappointment, I encountered this <strong>404 &#8211; Not Found error</strong> upon accessing my individual posts.</p>
<p style="text-align: left;">This made me stay to the older version until today. Luckily I&#8217;ve found the solution and I&#8217;m proud to say that I&#8217;m now using the latest version of WordPress!</p>
<p style="text-align: left;"><strong>What happened?</strong></p>
<p style="text-align: left;">The problem turns out to be on my permalinks. My permalinks used to be of PATHINFO type, which inserted  &#8220;index.php&#8221; before the actual permalink <em>(http://www.techiegirlonline.com/index.php/id/post-name/)</em></p>
<p style="text-align: left;">What I did was  changed my permalinks to remove the &#8216;index.php&#8217; part. I did that by modifying my .htaccess file, adding the following code.</p>
<p><code><br />
# BEGIN WordPress<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</code></p>
<p># END WordPress</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.techiegirlonline.com/error-404-not-found/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

