04-07-2012 06:14 AM
Hi,
You can try this:
if( http.getHostHeader() == "connect.example.com" ) {
http.changeSite( "abc.salesforce.com" );
}
Hope it helps.
01-11-2012 10:17 AM
I am currently using a simple meta refresh page to redirect from a vanity URL to a real URL, but was thinking it could be done on ZTM instead. Just want to redirect people from connect.example.com to abc.salesforce.com.
Along same lines, I want to redirect from connect.example.com/name to abc.salesforce.com/name.
Any suggestions on approach or direction to do this would be appreciated.
© Copyright 2012 Riverbed Technology. All rights reserved Riverbed.com | Contact Us | Technical Support | Terms & Conditions | Privacy Policy