Setting the server to look for index.php file by default
- by ????? ???????
I am a web developer and I've requested our Sys-Admin to setup a server for my team that will be used as a development environment.
The PHP is running as a CGI. When i try to open http://myaddress/ I receive 403 Forbidden. When I try to open http://myaddress/index.php everything is fine.
How do I set the server to look for index.php file by default?
P.S The sysadmin is not currently here, so he cannot do it for me.