Sri Lanka IT Pro Forum
Powering-up Enterprises in Sri Lanka
Redirect Exchange virtual directory to the main web site
In order to access exchange OWA users needs to type the URL http://servername.domain.com/exchange, and i had a csutomer who wants to have just main URL for exchange OWA access (http://servername.domain.com), if you try to change the IIS default directory pointing to exchange virtual director OWA stops working, so I found a small script to redirect the main page to exchange VD without users typing the entire URL, with this users can just type the http://servername.domain.com and it will redirect the main page to exchange login page Create a ASP page using this script ================================================== // ============================================== Note :remove those forward slashes in fron of %>, And save the asp page in wwwroot or any ware your default web folder is, and set the default page pointing to this page If your using SSL just change the port 80 to port 443 Padman if you dont see the code here please visit my blog @ http://neoo2005.spaces.live.com/

Posted 11-27-2006 10:45 AM by Paddy
Powered by Community Server (Commercial Edition), by Telligent Systems