views:

49

answers:

3

I've been getting completely random 404 errors when using the backend of WordPress. These errors are for completely legitimate admin pages. The workaround is to refresh the page – which usually works the second time around.

I've seen this problem reported elsewhere but no solution. Wondering if anyone here has good ideas.

+1  A: 

Thoughts:

  1. Have you made any modifications to the htaccess file?
  2. Are any of your plugins modifying htaccess?
  3. Look at the servers access.log and error.log files to see if there's any odd behavior.
  4. Check your version of php and version of wordpress and make sure they're not too old/too new.

The intermittent-ness is odd, though. I haven't experienced this using the latest version of Wordpress and php 5.

Gabriel Hurley
1. I haven't manually made modifications.2. The "Redirect" plugin mods .htaccess, but that shouldn't affect admin pages.3. I will take a look at the logs.4. Both PHP and WP are the latest.Thanks!
Joey Baker
A: 

Is it a load-balanced environment? You may have these pages not deployed to some of the servers in the farm.

DmitryK
Nope, that's not it. Thanks!
Joey Baker
A: 

I just thought I should bump this post and say that I'm having the same problem with my church's website. I'll go to save a page or post, and it will randomly redirect to the 404 page. If I click back and try again, it will usually work, but other times it takes a few tries. It didn't seem to start happening until 3.0 was installed. I know it's hard to assess because it could always be a plugin issue. I would just go through and deactive each plugin and see what happens, but the error is intermittent, so I could never be certain.

If anyone has any ideas, I'm all ears.

thanks!

Stewart