• leichtman

    (@leichtman)


    Problem:
    If I set the permalinks to anything but the default setting and I want to go to a page based on category, I am redirected to the home page.

    The Permalink settings page indicates “Permalink structure updated.”
    Then I use the sidebar widget to go to https://www.jbizchicago.com/category/blog/ and I am redirected to the home page. But if I use the default settings I can go to https://www.jbizchicago.com/?cat=310

    When did this occur:
    The problem started after I upgraded to 3.i

    What I have tried:
    I tried using the 2010 theme
    I tried changing permissions on the .HTaccess file
    I tried deactivating wpcache.

    What does the .htaccess file look like?
    After changing the settings to a custom structure the code looks like this
    code# 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

    Options -Indexescode
    Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Thread Starter leichtman

    (@leichtman)

    Resolved-
    Thanks t-p! I disabled all the plugins. Found the culprit it was the Simple Tags plugin that I had not updated because the latest version is in beta. Once updated it works.

    Thank you again!

    Moderator t-p

    (@t-p)

    You are welcome. ??

    Please mark thread as “resolved” using the dropdown in the right panel so that:
    – others with similar problem can see it as “resolved” and will read this thread for help if they have similar problem.
    -volunteers providing help see it as “resolved” and will not waste time reading it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalinks only work with default setting WP 3.1’ is closed to new replies.