• I am not sure if this is WordPress or the fact that I am running Fedora 12, but I just saw this problem.

    I had my WordPress install running just fine (at http://leozh.net) and all of I sudden, I noticed that all of my pages are coming across as “Sorry, but you are looking for something that isn’t here.”

    If I go to “Edit posts”, it shows the right amount of total posts, but then says “No posts found”.

    I tried repairing the mysql database already but it does nothing.

    How can I fix this?

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try resetting your custom permalinks to the default setting and deleting the .htaccess file in your root WP folder. If that works, then set your custom permalink structure back up again.

    Thread Starter leozh

    (@leozh)

    I tried this any it didn’t work.

    Thanks though!

    Hi,

    Set your desired permalink and add this code in htaccess:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Thanks,

    Shane G.

    Thread Starter leozh

    (@leozh)

    Done, same results as you can see on http://leozh.net

    Thread Starter leozh

    (@leozh)

    Bump

    Same problem here. All posts pre-2.9 upgrade are still working just fine.

    Okay, looks like my particular problem is lying with the “-” added between words for longer post titles. The custom permalink structure works as it should for titles without the “-” in them post 2.9. The “-” hyphens work fine for all pre-2.9 posts.

    Any ideas whatsoever?

    Have the same problem.

    inki /frufobia.com

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

The topic ‘Page not found’ is closed to new replies.