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!
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?
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.