Jump to content

Outlook Web Access


Recommended Posts

Hi

I have done a project to setup my privet exchange 2003 server at home. My internet provider has also added new domain name like owa.test.com. Have open port 80 and 443 on my router and it is possible to connect on https:\\owa.test.com\exchange….

So my question is

How can I get all incoming calls from the owa.test.com outside internet only go to https:\\owa.test.com\exchange directly and not do default site on port 80..

Big thanks for all help :hello:

Link to comment
Share on other sites


Put this between <head> and </head>

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
 var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
 for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>

Put this in your <body> tag so it looks like

<body onLoad="MM_goToURL('parent','https:\\owa.test.com\exchange');return document.MM_returnValue">

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...