Forums

404 Error Handling - not working (5 posts)

  1. gr33nman
    Member
    Posted 1 year ago #

    I'm using WP2.5. Awesome! However, something is wrong with 404 errors. Instead of throwing a 404, when you type in 'http://www.COOL2012.com/blah', I get every page on the site strung together on one long page. Help!

    My .htaccess as written by wordpress:

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

    What gives?

  2. proserver1
    Member
    Posted 1 year ago #

    Hi,
    on all of my pages i've got the same problem and the same behaviour.
    I upgraded from wp 2.3.3 to 2.5 and .htacces is the same as shown above

    Did anybody know a solution?

  3. gr33nman
    Member
    Posted 1 year ago #

    I'm using WP2.5 on yet another site.
    404 handling is broken on this site too in exactly the same way.
    I can only conclude that 404 handling is broken in 2.5.

    I really want 404. Please help.

    Has it already been reported as a bug on the bug trac?

  4. gr33nman
    Member
    Posted 1 year ago #

    Bonk bonk bonk... Hello?
    Is this thing on? Anybody actually listening?

    Here's the fix for 404 error handling and WP 2.5
    http://www.heritage-tech.net/797/improper-404-error-handling-fix-for-wordpress-25/

    I hope this helps, proserver1.

  5. toritaiyo
    Member
    Posted 1 year ago #

    @gr33nman,

    THANKS!
    This is a lifesaver.

Topic Closed

This topic has been closed to new replies.

About this Topic