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.
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