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";
?>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";
?>This topic has been closed to new replies.