What is PHP / CGI Default file / folder permissions to run CGI scripts ?
CGI / PHP scripts need certain file permissions to be set if they are to work properly. In general CGI scripts need to have permissions on 755 (rwxr-xr-x), although PHP files only need 644 (rw-r--r--). The folders containing CGI scripts also need certain permis
Support-Agent
Comments