Important
In Windows Server 2008, you can add a redirection at the top (master) level. This setting is passed down to the lower levels. If there is a lower level for which you do not want this setting inherited, clisk to clear the�
Redirect requests to this destination check box under
the HTTP Redirect feature for that
particular level.
These
options are available for the virtual directories that physically exist in IIS
Manager. However, for directories that are available only as virtual directories (for example, Exchange, ExchWeb,
and Public), you cannot clear the
Redirect requests to this
destination check box.
To clear the
Redirect requests to this destination check box for the
Exchange virtual directory, run the following command:
%Windows%\System32\inetsrv>appcmd set config "default Web site/exchange" /section:httpredirect /enabled:false -commit:apphost
To clear this setting
for the ExchWeb and Public virtual directories, run the following commands:
%Windows%\System32\inetsrv>appcmd set config "default Web site/ExchWeb" /section:httpredirect /enabled:false -commit:apphost
%Windows%\System32\inetsrv>appcmd set config "default Web site/Public" /section:httpredirect /enabled:false -commit:apphost
For
the Exchange, ExchWeb, and Public virtual directories, the setting is not
inherited when you use these commands
to clear the
Redirect requests to this destination check box.