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

PHP controls iis settings default document_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-20 11:06:03
Original
865 people have browsed it

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...
Related labels:
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template