index.php:
Code:
<?php if(!$_GET["pagename"]&&!$_GET["css"]) header("Location: index.php?pagename=portfolio8ds.html&css=style.css"); ?>
<!-- the rest of your page goes here -->
therefore if someone went to your domain, index.php would register both those variables as unset, and would redirect to that url.