Setting the server to look for index.php file by default
        Posted  
        
            by 
                ????? ???????
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by ????? ???????
        
        
        
        Published on 2012-07-04T08:25:39Z
        Indexed on 
            2012/07/04
            9:18 UTC
        
        
        Read the original article
        Hit count: 266
        
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.
© Server Fault or respective owner