HOME     |     LINKS     |     BLOG HOSTING     |     ABOUT     |     CONTACT ME
TECHIEGIRL is moving to a new HOME... Some pictures may not show and some links may not work. Hope to get everything fixed by November 30, 2008! Thank you!!
Google
 

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 - Not Found error upon accessing my individual posts.

This made me stay to the older version until today. Luckily I’ve found the solution and I’m proud to say that I’m now using the latest version of Wordpress!

What happened?

The problem turns out to be on my permalinks. My permalinks used to be of PATHINFO type, which inserted  “index.php” before the actual permalink (http://www.techiegirl.info/index.php/id/post-name/)

What I did was  changed my permalinks to remove the ‘index.php’ part. I did that by modifying my .htaccess file, adding the following code.


# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

If you find this article informative, Bookmark this page

Related Post(s):

  • No related posts



RSS feed | Trackback URI

7 Comments »

Comment by Ash
2008-08-07 08:18:02

It is good that you found out why you were getting the 404 error.

I am always cautious about upgrades to newer version until I know it is stable. I am still on an older version of WP for that reason.

 
Comment by Lhurey
2008-08-13 06:24:31

I always do a backup before I upgrade..anyway congrats you’ve fixed it

 
Comment by Semidoppel
2008-08-28 04:50:20

When i upgarde my blog, i didn’t experience any trouble, I have downloaded a plugin that do all the upgarde process. please visit my site and add me to ur blog roll so we can exchange thoughts..www.semidoppel.com see yah!

 
Comment by Panda
2008-09-04 07:00:57

Um thanks for the info, but can you post the fix so I can try it? Got the same problem here and desperate to get it working. Thanks.

 
Comment by Tim
2008-09-14 15:58:03

My problem was a custom permalinks structure. I just switched to one of the pre-defined and everything was mo’ beta

 
Comment by Amy
2008-09-16 12:35:24

I already added the solution that I made…
I dont want to switch back to the old permalinks so I just need to edit my htaccess file

 
Comment by PChesini
2008-12-03 09:05:45

thank you very much!

you save my life!

 
Name (required)
E-mail (required - never shown publicly)
URI
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback responses to this post


who's online