|   |
Subscribe To My Feeds
|
Subscribe By E-Mail
|
|
|
| HOME | LINKS | BLOG HOSTING | ABOUT | CONTACT ME |
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.
# END WordPress
If you find this article informative, Bookmark this pageRelated Post(s):
7 Comments »Trackback responses to this post |
|
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.
I always do a backup before I upgrade..anyway congrats you’ve fixed it
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!
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.
My problem was a custom permalinks structure. I just switched to one of the pre-defined and everything was mo’ beta
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
thank you very much!
you save my life!