[wp-hackers] Funky Four-O-Four

Sam Angove sam at rephrase.net
Wed Jun 7 14:14:46 GMT 2006


On 6/7/06, Brian Layman <Brian at thecodecave.com> wrote:
>
> Please tell me it is something simple so I can smack myself on the head and
> put this to rest!

The .htaccess is a red herring.

single_comments.php loads wp-blog-header.php, which in turn attempts
to find content matching the request parameters. It fails and returns
a 404. A WordPress 404 page isn't returned because WP_USE_THEMES isn't
defined.

Compare:

  http://www.thecodecave.com/ ... /single_comments.php?p=152

HTH. :)


More information about the wp-hackers mailing list