Custom Permalink: List by Category 404 error
-
Sorry I had to repost this I think place % in the title messed up my last post.
I want to change from the Default ?p=(ID) format to
/%post_id%/%postname%/when I do this everything BUT categories works fine.
clicking to list by category gives me this URL /category/(CATEGORY NAME)
this gives me a 404 error. If I revert back to ?p= everything is fine.I have an .htaccess setup so thats fine (i think)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressThis is driving me nuts because for some reason, although VERY FEW, categories work with the new permalink structure MOST do not.
I have read all of the permalink formum responses, none seem to apply to this nor have a solution.can someone help me?
- The topic ‘Custom Permalink: List by Category 404 error’ is closed to new replies.