-- httpd.conf ---------------- DirectoryIndex /index.php -- /index.php ---------------- <?php include_once $_SERVER[DOCUMENT_ROOT].dirname($_SERVER[REQUEST_URI]); ?>