Categories sometimes don't work
-
Hy everybody, I have a strange problem on my blog, https://www.cucinareblog.it
Sometimes the categories don’t work, they return a 404 error.
I noticed that when it happens if I go into the admin permalinks page they work again. I do nothing into the page, I only open it.
I am using WordPress 4.3.1
This is my .htaccess, file permission 644:
# 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 WordPressThanks a lot!!!
[ No bumping please. ]
- The topic ‘Categories sometimes don't work’ is closed to new replies.