标签:citrix;xendestop;storefront;地址重定向
在xendesktop部署完成时,用浏览器登录桌面需要输入完整的地址+目录路径 例如:http://FQDN/citrix/storeweb
实际上输入目录路径可以通过IIS重定向功能实现而是用户免去输入/citrix/storeweb,从而使登陆更简便
1,在storFront路径 默认C:/inetpub/wwwroot/ 下找到iisstart.htm文件
2,将iisstart.htm文件内容改为其内容修改下面内容即可为
<script type="text/javascript"> <!-- window.location="/Citrix/StoreWeb/"; // --> </script>
3,修改完后即可直接在浏览器输入http://FQDN即可登陆桌面
本文出自 “魏彬斌的博客” 博客,请务必保留此出处http://weiduizhang.blog.51cto.com/722251/1583309
标签:citrix;xendestop;storefront;地址重定向
原文地址:http://weiduizhang.blog.51cto.com/722251/1583309