Hi, I'm trying to put my wordpress header and footer in using the include files. For some reason I cannot get this to work despite being able to in other php pages.

PHP Code

<?php
require('../wp-blog-header.php');
 
include $_SERVER['DOCUMENT_ROOT']."/wp-content/themes/platform/header.php";
?>



It 404s to this forum/wp-admin/install.php and I can't figure out why.

TIA for any help.


Won't you take me to Funkytown?