• Hi there, I started seeing a problem in my self-hosted blog when I got a 404 after updating a blog. So I deleted that blog and started a new folder and database. But before I did that, I used the Export tool and got the file.

    Anyways, on my new blog. I’ve already run into problems. First of all, when I edit a post, I get this error:

    An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server.

    OR sometimes I will be redirected to: myblogsite.com/wp-admin/post.php/edit.php/edit.php/ which is wrong…

    HOWEVER, I can update the post I made on 1/28/2011, but every other post — no. I get that error. Also, I cannot update my Permalinks because I get this error:

    Not Acceptable
    
    An appropriate representation of the requested resource /wp-admin/options-permalink.php could not be found on this server.
    
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Help? I am using .htaccess on public_html:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter UrbanTwitch

    (@urbantwitch)

    Anyone?

    Moderator t-p

    (@t-p)

    Try resetting your custom permalinks back to the default setting and deleting/renaming your WordPress .htaccess file. If that works, then try reading Using_Permalinks before setting a custom permalink structure again.

    Documentation: http://codex.ww.wp.xz.cn/Using_Permalinks

    Thread Starter UrbanTwitch

    (@urbantwitch)

    I tried setting to default but I get 406

    I tried deleting .htaccess file. Nothing.

    Moderator t-p

    (@t-p)

    try:

    -deactivating ALL plugins temporarily to narrow down and possibly fix the problem. If the problem goes away, activate them individually (one-by-one) to find the culprit.

    -switching to the default theme (“twentyten”) for a moment by renaming your current theme’s folder in wp-content/themes. The idea is to force WordPress to fall back to the default theme to rule out any theme-specific issue.

    Thread Starter UrbanTwitch

    (@urbantwitch)

    1. Yep, ALL plugins deactivated.

    2. Yes.

    Funnignly enough, I did a FRESH install and the same thing happened. Maybe it’s because I have two wordpresses on ONE site. Then again… the other one is on a sub-domain and uses a different wordpress database prefix.

    Moderator t-p

    (@t-p)

    Maybe it’s because I have two wordpresses on ONE site.

    I am confused. Are you trying to create a network?

    Thread Starter UrbanTwitch

    (@urbantwitch)

    Um.. no? I have my MAIN wordpress blog on xxxxx.com and my other wordpress blog (which i am having trouble) on sub.xxxx.com

    Moderator t-p

    (@t-p)

    try increasing memory available for php

    Thread Starter UrbanTwitch

    (@urbantwitch)

    I think I DO need to create a network.. maybe that’s it.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘404 after update post’ is closed to new replies.