• I have created the following page: look.php
    and have the following code, but it returns a 404 header even though the page loads.
    I did not seem to have this problem in wordpress 2.9.2

    <?php
    require('./wp-blog-header.php');
    echo "b";
    
    ?>

The topic ‘404 Header being Sent’ is closed to new replies.