• I’ve looked around and can’t find anything on this.
    I have a website with some old permalink Default structure.

    I want to change it to /%post_id%/%postname%/
    when I do, everything BUT categories works great.
    when I list post based on category i get 404 errors.

    I tried the advanced permalink plugin. did not help.

    If I revert to the Default ?p=(ID) structure it works again.
    If I try any of the other structures date, etc… it also stops working.
    whats driving me crazy is that SOME of my categories work with the new permalink structure /category/CAT NAME but most look like they want ?p=(ID) or else 404.

    I’ve noticed that in general the %category% won’t work at all..

    sorry if this was covered before. I can’t find anything on it.
    Anyone?
    I’m using Arthemia 1.0 theme
    3.2.1 wordpress
    I do have an .htaccess file

    # 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 WordPress

  • The topic ‘?tegory% causing 404 error’ is closed to new replies.