you can look in your httpd.conf. Make a search for index.html and then there will be something like directory index. There you can add index.php or index.php4 or whatever it should be. (then in every directory firstly index.php will be called)
If you want to redirect by javascript:
<script type="text/javascript">
window.location.href='index.php';
</script>
ali