Forums

Problem since Upgrading to 3.01 with wrong headers being sent (1 post)

  1. ridesign
    Member
    Posted 1 year ago #

    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

    If I remove the require('./wp-blog-header.php');, the page returns the normal page header.

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

Topic Closed

This topic has been closed to new replies.

About this Topic