• My site https://www.netwriting.co.uk/ has started displaying 404 errors for all pages and internal links.

    I recently switched off a ‘hotlink protection’ on my server, and I wonder whether this has disrupted htaccess.

    The current htaccess is:

    .htaccess
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I’m wondering how to fix all the 404 errors

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter richardcycling

    (@richardcycling)

    that’s strange it got fixed just by changing permalink structure from date to original and back to date.

    I have been struggling for a long time, but, as soon as I post it gets fixed!

    I was having this same problem and the same thing (which I just tried by chance, I didn’t even change it to original and back, just clicked save on what was already selected—date) fixed it for me too. Thank you for sharing this, others were trying to make me think I was crazy.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘404 errors from htaccess’ is closed to new replies.