You could include the "somefile"
<?php
//this is index.php
if ($page == "somefile") {
include("/somefile.php");
}
// or you could go to the page by headers
if ($page == "somefile") {
header(Location: http://domain.com/somefile.php);
}
?>
Hope this helps, message me again if you have any problems. 🙂
Jason Rottman
Webmaster
Project Mangager
www.stardefenders.com