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?
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?
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?
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.
toritaiyo
Member
Posted 1 year ago #
@gr33nman,
THANKS!
This is a lifesaver.