Home > php教程 > php手册 > body text

php控制iis设置默认文档

WBOY
Release: 2016-06-13 11:22:02
Original
740 people have browsed it

php控制iis设置默认文档,我们前面讲过了用php 的new com接口来设置iis的默认文档。

php控制iis设置默认文档,我们前面讲过了用php 的new com接口来设置iis的默认文档。


 # PHP控制站点程序
 #
 # 编写人:韩湘子
 #
 # 邮箱:hanxiangzi@gmail.com
 #
 # MSN:hanxiangzi@gmail.com
 #
 # QQ:220670        
 #
 # 欢迎大家互相联系讨论
?> 


 $Site = New Com("IIS://Localhost/w3svc/".$ServerID);

 iF($Submit){
  $Site->DefaultDoc = $DefaultDocList;
  $Site->SetInfo();

 }
 
?>


 
   
 
返回主机列表


 
   
 
 
   
 
返回主机管理
 


请输入默认文档,以英文符号,隔开

Related labels:
source:php.cn
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template