Redirect URL (Full Version)

All Forums >> [Microsoft Exchange 2003] >> Outlook Web Access



Message


zodiaczz -> Redirect URL (5.May2007 12:57:02 PM)

Ok I have Small Business Server 2003
OWA is installed by default with SSL during setup

I can type in https://mail.mydomain.com/exchange and it works great

I also set up a little script i found where if the user types in
http://mail.mydomain.com/exchange    without the "s" it redirects to the above site


My question is this, how can I get it so either one of these addresses redirects as well

http://mail.mydomain.com
https://mail.mydomain.com

Basically removing the /exchange portion





leederbyshire -> RE: Redirect URL (5.May2007 1:33:09 PM)

Have a look in the root folder of your Default Web Site, usually c:\inetpub\wwwroot .  There should be a file named default.asp .  Rename this (in case you need the original back again in the future), and create your own using notepad.  The contents should look like this single line:

<% Response.Redirect https://yourservername/exchange %>




Zyth -> RE: Redirect URL (9.May2007 6:26:31 AM)

I am curious about this aswell, so I hope you don't mind me joining in;

I have a 2k3 STD server running OWA and it works fine with webmail.domain.com/exchange. I dont have that default file in my folder, but I have tried another workaround wich is to add a redirect in IIS manager (Right click, Properties on Default web site, go to home directory and change that to "A redirection to an url" and add /exchange to the textbox. I assume this does the same thing. However, when I do this, I get the login box, but I just get a the "This page cannot be displayed" after logging in.




Zyth -> RE: Redirect URL (9.May2007 6:39:49 AM)

I figured it out now, just follow this howto: http://www.amset.info/exchange/owa-defaultpage.asp  and remember to put a little v on "A directory below URL entered".. wich I had forgotten :)




kevin_mailz -> RE: Redirect URL (11.May2007 1:09:18 PM)

quote:

ORIGINAL: leederbyshire

Have a look in the root folder of your Default Web Site, usually c:\inetpub\wwwroot .  There should be a file named default.asp .  Rename this (in case you need the original back again in the future), and create your own using notepad.  The contents should look like this single line:

<% Response.Redirect https://yourservername/exchange %>



I have this the same problem. I did what you advise by creating a default.asp with that line and still the problem is not resolved.

my site already works on both HTTP & SSL requests already which is the following:

http://mail.mysite.com/exchange redirects to https://mail.mysite.com/exchange

but I want it without the "/exchange" so that they'll just use http://mail.mysite.com

anyone who knows the solution to this? thanks in advanced! 




timr8655142 -> RE: Redirect URL (27.Jun.2007 1:06:58 PM)

http://technet.microsoft.com/en-us/library/aa998359.aspx




Page: [1]