Mi idea es usar el siguiente mecanismo , el problema es que no se muy amigables las urls , no se como andaran con los buscadores para indexar.
http://www.somesite.com/index.php?xcr=page.php <?php
/* THE CODE BELOW CONTROLS THE BODY OF THE PAGE. XCR IS A VARIABLE THAT IS USED IN THE NAVIGATION TO PLUG IN THE APPROPRIATE CONTENT INTO THIS SPACE. */
if ($xcr != "") {
require ("$xcr");
} else {
require ("home.php");
}
?>