waid 发表于 2018-7-9 07:06:11

Exchange 2013 OWA 重定向

  将下列的内容复制到记事本保存为index.html 存放在C:\inetpub\wwwroot的跟目录下
  <script language=&quot;javascript&quot;>
  url='https://'+window.location.host+'/owa';
  window.location=url;
  </script>
  相比之前修改IIS 管理器,这种方法更为简单。
页: [1]
查看完整版本: Exchange 2013 OWA 重定向