Wordpress Categories wont Change

Discussion in 'WordPress' started by Soul Assassin, Apr 22, 2009.

  1. #1
    I just set up a new site for our kids soccer team using wordpress ( newest version ) and I cant click into the categories.....whatever category I click into , the page stays the same.

    I also tried to change the structure of the permalinks to:

    /%category%/%postname%/

    and changed the .htaacess to 777 ( as advised ).

    I cant get to the bottom of this and would appreciate any help.

    This is what my .htaacess looks like:

    DirectoryIndex index.php
    Options +MultiViews -Indexes
    AddDefaultCharset utf-8

    # WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    The URL would be badsodenfussball.de
     
    Soul Assassin, Apr 22, 2009 IP
  2. napa

    napa Peon

    Messages:
    239
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try putting permalink custom structure as /%postname%/
    Also delete cache and "expired" if you're using WP Super Cache
     
    napa, Apr 22, 2009 IP
  3. staffsergeantpeterson

    staffsergeantpeterson Member

    Messages:
    356
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
    #3
    set it back to default... Save it then close your browser for a real refresh then go back and change the perm to /%postname%/
     
    staffsergeantpeterson, Apr 22, 2009 IP