Click to See Complete Forum and Search --> : OWA default page
I can get to my OWA with http://mail.mydomain.com/exchange no problem. how do I set the default http://mail.mydomain.com to automatically open owa? I remember in 5.5 you just copied the default.htm but 2k is so much different.
Any help is appreciated.
Tim
Bob Rhodes
04-30-2002, 09:29 AM
Tim,
create an index.htm file in
http://mail.mydomain.com (by default will be your c:inetpubwwwroot directory)
in the index.htm file code the following
<html>
<head>
<title>HTML Redirect</title>
<meta HTTP-EQUIV="REFRESH" CONTENT="1; URL=http://mail.mydomain.com/exchange">
(note the meta line is all one continuous line)
</head>
</html>
The use IIS Admin to add index.htm as a document type for your web site.
Also if your are using SSL then make sure to change http: refs to https:
------------
Tim at 4/24/2002 1:23:13 PM
I can get to my OWA with http://mail.mydomain.com/exchange no problem. how do I set the default http://mail.mydomain.com to automatically open owa? I remember in 5.5 you just copied the default.htm but 2k is so much different.
Any help is appreciated.
Tim
Thanks. That worked perfectly.
------------
Tim at 4/24/2002 1:23:13 PM
I can get to my OWA with http://mail.mydomain.com/exchange no problem. how do I set the default http://mail.mydomain.com to automatically open owa? I remember in 5.5 you just copied the default.htm but 2k is so much different.
Any help is appreciated.
Tim