Jump to content

Recommended Posts

Posted

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:


Posted

I dont understand what your asking here. Please can you explain the question more clearly?

Do you want them to see a different webpage than the default?

Posted

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">

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...