• Hello,

    After updating to WP 3.5.2 everything seemed to work fine but the links to all the “Pages” on my site (not post) show a 404 when trying to enter. Posts work fine. What’s wrong? My site is now completely broken and can’t figure out how to fix it.

    The pages are still on the CMS, with the content and links OK, it’s just when I enter any page it shows a 404 instead of the content, even though the link is fine.

    I disabled all plugins and tried with different templates, same result.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Have you tried setting your permalinks back to the default setting?

    Thread Starter JavierP3

    (@javierp3)

    Yes, same result.

    I also tried creating new pages with new urls and nothing…

    Site url?

    Thread Starter JavierP3

    (@javierp3)

    http://www.sanpersport.com

    Should have said it on the first post, sorry 🙂
    And thanks for your help.

    What is in your root .htaccess file?

    Thread Starter JavierP3

    (@javierp3)

    ## Default .htaccess file

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    That looks fine. Can we see the site using the default permalink structure?

    Thread Starter JavierP3

    (@javierp3)

    If I change the permalinks to the ?p=ID type, they work, the moment I change them to /post-name/… 404.

    Please help.

    Thread Starter JavierP3

    (@javierp3)

    Tried with a few new .htaccess files I found to fix this same problem with no luck at all.

    It seems that there are a lot of people having this very same problem.

    Anyone knows how to fix it?

    I have faced the problem on all my sites 2 weeks before when I was moving VPS to dedicated.

    What I did, backup the htaccess on my laptop and then delete the file from root, then visited Settings -> Permalinks, set the permalinks to default and update.

    Then again set the permalink to post_name and update.

    All URLs were working for me. Let’s see it will work for you or not. Comment if not works for you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘404 on ALL pages after updating WP’ is closed to new replies.