404 errors from htaccess
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘404 errors from htaccess’ is closed to new replies.