Home  >  Article  >  Backend Development  >  PHP controls iis settings default document_PHP tutorial

PHP controls iis settings default document_PHP tutorial

WBOY
WBOYOriginal
2016-07-20 11:06:03776browse

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->DefaultDoc = $DefaultDocList;

$Site->SetInfo();

}

?>




Return to host list








Return to host management
 


Please enter the default document, separated by English symbols





http://www.bkjia.com/PHPjc/445062.html

www.bkjia.com

http: //www.bkjia.com/PHPjc/445062.htmlTechArticlephp 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...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn