Home > Article > Backend Development > PHP controls iis settings default document_PHP tutorial
PHP controls iis to set the default document. We have talked about using PHP's new com interface to set the default document of iis.
php controls iis to set the default document. We have talked about using php's new com interface to set the default document of iis.
# PHP control site program
#
# Writer: Han Xiangzi
#
# Email: hanxiangzi@gmail.com
#
# MSN: hanxiangzi@gmail.com
#
# QQ: 220670 /css.css" rel="stylesheet" type="text/css" />
$Site = New Com("IIS:/ /Localhost/w3svc/".$ServerID);
iF($Submit){
$Site->SetInfo();
}
?>
Return to host list |
Return to host management |
www.bkjia.com