dmd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404s are sent with status 200Stupid www.ads-software.com mangling/autolinking what I type!
Forum: Fixing WordPress
In reply to: 404s are sent with status 200With no plugins active, if I just telnet from the command line to port 80 of https://www.3e.org, and type:
GET /dmd/scents/nosuchpage http/1.1
Host: www.3e.org
it will respond with
HTTP/1.1 404 Not Found
Date: Fri, 09 Jun 2006 02:36:49 GMT
Server: Apache/1.3.33 (Unix) mod_throttle/3.1.2 DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.2 mod_ssl/2.8.22 OpenSSL/0.9.7e
X-Pingback: https://www.3e.org/dmd/scents/xmlrpc.php
X-Powered-By: PHP/4.4.2
Transfer-Encoding: chunked
Content-Type: text/htmlf99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">etc
etc
etcHowever, that request generated the following line in my access.log:
71.224.193.21 - - [08/Jun/2006:19:36:58 -0700] "GET /dmd/scents/nosuchpage http/1.1" 200 14374 "-" "-"
So … what gives?
Forum: Fixing WordPress
In reply to: 404s are sent with status 200OHHHHH, my mistake. I get it! I’m sorry. Misunderstanding here.
Yes, WordPress is sending a
404
header over the wire — but it’s being reported as a200
inaccess.log
, and not showing up inerror.log
, because from Apache’s point of view, nothing went wrong — a resource was requested, a resource (the WordPress script) was found to satisfy that request, and anything that happened after that point is not its problem. Right?Forum: Fixing WordPress
In reply to: 404s are sent with status 200A bit confused … this occurrs even if I use the default template, so this definitely isn’t due to something a template author has done wrong… what am I not understanding here? This is a bug in WordPress, no? If not, then why isn’t a 404 being sent?
Forum: Fixing WordPress
In reply to: How to disable KSES?That was already deselected.
Forum: Fixing WordPress
In reply to: How to disable KSES?What I would like to do is be able to paste code – for instance, a Flickr badge ( https://www.flickr.com/badge_new.gne , if you have a Flickr account ) – into a post.
Forum: Fixing WordPress
In reply to: How to disable KSES?Then why, when I paste, say, a Flickr badge into WordPress, does it escape all the HTML tags and add linebreak tags?
Forum: Fixing WordPress
In reply to: How to disable KSES?That’s exactly the answer I got when I searched. I’m not looking for a way to add more allowed tags. I’m looking for a way to turn off KSES entirely – that is, have it not be looking for things to allow in the first place, but instead simply get out of the way and not be disallowing anything at all.
Forum: Plugins
In reply to: ViewLevel pluginSite is down again… can you jiggle the ethernet cable again, perhaps?
Forum: Fixing WordPress
In reply to: Spammed closed commentsYes.
Forum: Fixing WordPress
In reply to: Spammed closed commentsWrong. Comments can still be posted, even on entries where “Allow Comments” is unchecked in the admin interface, and where the entry says “Comments off” when you view the blog. That is the bug.
Forum: Fixing WordPress
In reply to: Spammed closed commentsI got another couple dozen of these moderation requests, again on comments-closed posts, this morning. This is a bug that needs to be fixed!
Forum: Fixing WordPress
In reply to: Spammed closed commentsMy spams were from the same people… same inspirational quote included, even! (But mine were comment-moderation requests, not trackbacks.)
Forum: Fixing WordPress
In reply to: change forum password?You’re kidding, right?
Forum: Fixing WordPress
In reply to: Spammed closed commentsThat is to say – I’m not actually getting comments posted, but I *am* getting moderation requests. Dozens of them. To blog entries which, if you look at them on the blog page, say “Comments off” at the bottom.
Though when I try to reproduce this behavior myself (by turning on comments, entering data into the comments form on another computer, turning off comments, and hitting submit), I cannot – I indeed get an error saying comments are disabled. So how this is happening I’m not sure. Yet I’m definitely getting dozens of comment-moderation requests, and all of my blog posts are set to ‘comments off’, and that is reflected on the blog ( https://caconym.org/blog/ ) — not a one of the (few) entries has a link for comments.