Error 404 – Not Found
-
Im getting “Error 404 – Not Found”, when clicking on certain topics or comments and sometimes archives..
What causes this?
my .htaccess looks like this
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
- The topic ‘Error 404 – Not Found’ is closed to new replies.