external wordpress pages using wp-blog-header

consider including wp-load.php instead of wp-blog-header.php

You can also “force” a 200 response using status_header(200); although, depending on how you code your site, this could interfere with sending legitimate 404s.

Leave a Comment