• BJ05

    (@bj05)


    In the admin section, I am using these four plugins that line in the sub menu on the admin page

    # Database
    # Gallery (NEXT-GEN)
    # Polls (wp-Polls)
    # WassUp
    # StatPress

    Clicking on any of them will take me to that plugins control panel.

    However, clicking on any of the options in the plugins sub menu results in a 404 error.

    In is impossible to choose any option, nor configure any of these plugins because of this.

    This problem was present in rc1, rc2, rc3 and now the final release.

    All plugins are up to date, etc.

    I use custom permalinks

    /%year%/%monthnum%/%postname%/

    A copy of my .htacess file is

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

    Can anyone give me some guidance on this or a solution. Without the ability to configure the plugins, my site is useless

    http://mexicotrucker.com

  • The topic ‘404 redirects when using plugin options’ is closed to new replies.