积极答复者
请问如何实现owa的页面跳转访问

问题
-
答案
-
您好!
假设您的Exchange 2007 是安装在Windows Server 2003上,您可以通过下面的方法来实现:
1.在记事本中创建以下文件,并将其保存为 驱动器:\inetpub\wwwroot 下的 SLRedirect.htm,将 <服务器名称> 替换为您的客户端访问服务器的名称:
<html>
<head>
<title>HTML Redirection to https:</title>
<META HTTP-EQUIV="Refresh"
CONTENT="1; URL=https://<servername>/exchange">
</head>
<body>
This page is attempting to redirect you to <a href="https:// <servername>/exchange/">https:// <servername>/exchange</a><br>
If you are not redirected within a few seconds, please click the link above to access Outlook Web Access.
</body></html>
2.打开 IIS 管理器,然后导航到“网站/默认网站”。右键单击“默认网站”,然后单击“属性”。
3.单击“主目录”选项卡,然后选择“重定向到 URL”。
4.在“重定向到”中输入 /owa。
5.选择“客户端将定向到: 输入的 URL 上的目录”。
6.单击“自定义错误”选项卡,然后在表中找到 HTTP 错误 403;4。单击 403;4 将其选中,然后单击“编辑”。
7.单击“浏览”找到此步骤开始时创建的文件。
8.单击“确定”保存更改。
9.打开命令提示符窗口,然后键入 iisreset /noforce 以重新启动 IIS。
有关OWA简化的详细信息,请参考下面的链接:
如何简化 Outlook Web Access URL
http://technet.microsoft.com/zh-cn/library/aa998359.aspx
Rock Wang 望正茂
Rock Wang– MSFT- 已标记为答案 Rock Wang– MSFTModerator 2009年7月17日 9:52
全部回复
-
我想实现内外网访问owa时,可以通过访问http://mail.xxx.com时自动跳转到https://mail.xxx.com/owa去。
请问版主如何操作?
<html>
<head>
<meta http-equiv="REFRESH" content="0; URL=https://mail.xxx.com/owa/">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Microsoft Exchange Access</title>
</head><body link="#0000A6" vlink="#0000A6" alink="#0000A6">
<center>
<FONT COLOR=#0000A6>
<H4>If you aren't automatically redirected to the Exchange server logon screen, click <a href="https://mail.xxx.com/owa/">here</a>.
</H4>
</FONT>
</center>
</body>
</html> -
您好!
假设您的Exchange 2007 是安装在Windows Server 2003上,您可以通过下面的方法来实现:
1.在记事本中创建以下文件,并将其保存为 驱动器:\inetpub\wwwroot 下的 SLRedirect.htm,将 <服务器名称> 替换为您的客户端访问服务器的名称:
<html>
<head>
<title>HTML Redirection to https:</title>
<META HTTP-EQUIV="Refresh"
CONTENT="1; URL=https://<servername>/exchange">
</head>
<body>
This page is attempting to redirect you to <a href="https:// <servername>/exchange/">https:// <servername>/exchange</a><br>
If you are not redirected within a few seconds, please click the link above to access Outlook Web Access.
</body></html>
2.打开 IIS 管理器,然后导航到“网站/默认网站”。右键单击“默认网站”,然后单击“属性”。
3.单击“主目录”选项卡,然后选择“重定向到 URL”。
4.在“重定向到”中输入 /owa。
5.选择“客户端将定向到: 输入的 URL 上的目录”。
6.单击“自定义错误”选项卡,然后在表中找到 HTTP 错误 403;4。单击 403;4 将其选中,然后单击“编辑”。
7.单击“浏览”找到此步骤开始时创建的文件。
8.单击“确定”保存更改。
9.打开命令提示符窗口,然后键入 iisreset /noforce 以重新启动 IIS。
有关OWA简化的详细信息,请参考下面的链接:
如何简化 Outlook Web Access URL
http://technet.microsoft.com/zh-cn/library/aa998359.aspx
Rock Wang 望正茂
Rock Wang– MSFT- 已标记为答案 Rock Wang– MSFTModerator 2009年7月17日 9:52