Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #629624

    Hi guys,
    I updated mikes-beachresort.com this morning, at the first view it looked fine. However, now I saw that all pages but the homepage have a 404.
    No changes have been undertaken to anything, and the pages are existing.
    One can even create pages in the backend, preview them, but not publish.
    It is a kind of urgent.

    #629699

    guys, I had a look at the .htaccess and it looked really weird (posted below).
    so I deleted all below # END WordPress
    and included the standard
    # 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

    While that did the trick, I am not sure what happened to the initial .htaccess
    the only plugin I have running is Yoast SEO.
    Cheers

    #630404

    Hi,

    I’m not sure either, it looks like the extra code are 301 redirects. Glad you got it sorted though. Let us know if you should have any more problems on the topic.

    Thanks,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.