I administer a site that uses a template file (index.php) and I use simple variable passing to goto a specific page (http://www.whatever.com/index.php?page=products). I see a lot of sites using this approach but I have noticed that some skip the "index.php" in the URL (http://www.whatever.com/?page=products). I assumed this would work since "index.php" is configured to be the default file on the server. I tried this on my server and it does not work (it always goes to the home page regarless of which variable is passed). Is there some server specific setting that one must do to get this to work?