Viewing 13 replies - 1 through 13 (of 13 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Try resetting your permalinks?

    Thread Starter herrprof

    (@herrprof)

    Yea I tried that and it created a 404 back to that “a-lil” chat link. Same thing happens when I:

    1. Unpublish the article
    2. Also happens with stock theme
    3. couldnt find anything obvious in .htaccess.

    I am truly stumped!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Rename .htaccess and change back to default permalinks?

    Thread Starter herrprof

    (@herrprof)

    progress!

    http://truechiptilldeath.com/

    redirects to: http://truechiptilldeath.com/2010/05/a-lil-chat-with-bleepstreet/

    But i still see my newer posts.. If i set it to the other permalink the problem returns.

    htacces is renamed.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Okay! So we’re getting closer 🙂

    Can you share the FULL content of your .htaccess file?

    Thread Starter herrprof

    (@herrprof)

    Thanks for the help so far

    Right now its:

    # BEGIN WordPress
    
    # END WordPress

    It was

    RewriteEngine on
    
    # 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
    http://truechiptilldeath.com/ [R,NC]
    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Try JUST this:

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

    Thread Starter herrprof

    (@herrprof)

    No dice, i still have the stuck post in the url, andcannot select the /%year%/%monthnum%/%postname%/ without the stuck post.

    Thread Starter herrprof

    (@herrprof)

    This may be useful. I had this problem with another post before the issue arose, restored a backup, and then completed the psot again with a different name (but same content) and the error returned. Perhaps beta 2 doesnt like one of the embeds and it rewrote something as pertains tot he permalinks.

    Thread Starter herrprof

    (@herrprof)

    I jsut figured it out.. redirection plugin wasnt working properly on the beta.. disabled and all is well. Thanks for your help!

    Thread Starter herrprof

    (@herrprof)

    Ipstenu – thanks for all your help.. if youd like a thsirt.. hit me up on my site!

    Thanks for this, I had the same exact issue. It was the Redirection plugin!

    I can confirm this. The Redirection plugin version 2.1.25, the current one, doesn’t play well with WordPress 3.0-beta-14792.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘frontpage stuck on arbitrary post’ is closed to new replies.