Home  >  Article  >  php教程  >  php控制iis设置默认文档

php控制iis设置默认文档

WBOY
WBOYOriginal
2016-06-13 11:22:02741browse

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();

 }
 
?>


 
   
 
返回主机列表


 
   
 
 
   
 
返回主机管理
 


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

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
Previous article:php 世纪万年历Next article:php批量上传三[带预览]