Forum Discussion

Dan_24349's avatar
Dan_24349
Icon for Nimbostratus rankNimbostratus
Dec 24, 2009

Redirect Irule breaking website

The Irule and data store below is breaking my website when applied. Any ideas

 

 

 

when HTTP_REQUEST {

 

set location [findclass [HTTP::uri] $::company_retailer_rewrites " "]

 

if { $location ne "" } {

 

HTTP::uri $location

 

}

 

}

 

 

 

/Sites/Company/Page/HomePage/Retailer/Company/Source/Company/ /pages/404.aspx?referrer=http://www.Company/Sites/PG_eSAVER/Page/HomePage/Retailer/Company/Source/Company/
  • what is exactly breaking? What is the error being displayed?

     

     

    Are you receiving a 404 error? Is it a blank page? Page cannot be found?

     

     

     

    Bhattman
  • Put some debug into the code to see what the $location variable contains and compare with HTTP::uri

     

     

    Bhattman