Forum Discussion

Kevin_Nail's avatar
Kevin_Nail
Icon for Nimbostratus rankNimbostratus
Mar 16, 2007

Redirect with IE fails but works with Firefox

We have an irule the redirects incoming traffic to the same host but to a different URI. When using IE to load the page, the redirect works but not all of the images load correctly. However when we load the page with Firefox, everything works fine. Any ideas? Does IE behave differently than Firefox does with regards to redirects?

 

 

Here is our rule:

 

 

if (http_uri contains "msncricketer") {

 

discard

 

}

 

else if (http_uri contains "nowhere.com") {

 

discard

 

}

 

else if (http_uri == "/") {

 

redirect to "http://wwwtst.somecompany.com/www/en-us"

 

}

 

else {

 

use pool Webhosting_WWWtst_80

 

}

 

No RepliesBe the first to reply