Category feeds not fully working with permalinks
-
I just realized that some of my category feeds are not working; e.g., this works while this fails. All is well when I disable permalinks. What can I do? See the rest for yourself (on the left sidebar). My .htaccess file is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPressI have chosen to use the “Date and name based” permalink structure, with hierarchical categories. In the options I set the WordPress URI to https://olivebarrel.com/wordpress and the blog URI to https://olivebarrel.com/blog
Thanks in advance.
- The topic ‘Category feeds not fully working with permalinks’ is closed to new replies.