Problem with rewrite / Only on categories

Discussion in 'WordPress' started by Matt18, Apr 28, 2011.

  1. #1
    Hi

    I have a problem with url rewrite.

    all rewrites work but when I try to click a category I get a 404 page (which is a homepage). (post, page and tags work fine)

    Can you please help me out?

    Click to the category page

    I have this in the .htaccess:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    Code (markup):
    Thank you very much for all your help in advance!
     
    Matt18, Apr 28, 2011 IP
  2. mccomf

    mccomf Active Member

    Messages:
    517
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Its working fine here...
     
    mccomf, Apr 29, 2011 IP
  3. Matt18

    Matt18 Guest

    Messages:
    591
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have "restaged" my site to an older version. Problem appears when I update my wordpress blog...

    Any ideas what could happen upon upgrading to cause that?
     
    Matt18, May 3, 2011 IP
  4. LGRComp

    LGRComp Well-Known Member

    Messages:
    516
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    195
    #4
    Is it just the categories that do it? I have seen something similar when WordPress is upgraded and then permalinks fail. It is a memory issue with PHP. Try increasing the amount of memory PHP can use in .htaccess with something like this:

    php_value memory_limit 32M
    Code (markup):
    Some hosts don't allow it but it is worth a try.
     
    LGRComp, May 3, 2011 IP