Microsoft Internet Security and Acceleration Server 2000

FPCSiteAndContentRule.RedirectUrl Property

Gets or sets the URL to redirect requests to when the Action property is set to the fpcRuleActionRedirect value of the FpcRuleActions enumerated type.

VBScript Syntax[VBScript]

FPCSiteAndContentRule.RedirectUrl [ = sURL ] 

C++ Syntax[C++]

HRESULT get_RedirectUrl(
  BSTR *psURL
);
 
HRESULT put_RedirectUrl(
  BSTR sURL
);

Parameters

sURL
String that specifies the URL.

The property is read-write.

Note  If you choose to redirect the request, then the URL that you specify must be accessible to the selected clients or users. In other words, either the URL must be on an internal computer or some rule must explicitly allow access to the URL.

Applies To

FPCSiteAndContentRule