Hi,
We are trying to integrate a Custom Provider for URL Rewriting.
The module should replace all relative references to CSS, Images, Java Scripts and Pop-ups to use the Reverse Proxy name also.
Which server variable should we use ?
Under Match :
Matching Scope : Response
Match the Content Within : A ( href attribute)
Regular Expression Pattern : (.*)/portalname/(.*)
Action Type :
Action Properties : Value :
{ReplaceProvider:{DOCUMENT_ROOT}}
DOCUMENT_ROOT doesn't work.
Aditya