F5: BIGIP: Redirect Rules

when HTTP_REQUEST { switch [HTTP::host] { „www.mydnszone.de“ { HTTP::redirect „http://media101.zgt.de/content/stoerung/index.html“ } „epaperimg.mydnszone.de“ { HTTP::redirect „http://d1w38ez8et8rs.cloudfront.net[HTTP::uri]“ } „epaperimgtest.mydnszone.de“ { HTTP::redirect „http://d1w38ez8et8rs.cloudfront.net[HTTP::uri]“ } „epaper.tlz.de“ { HTTP::respond 301 Location „http://www.thueringen-kiosk.de“ } „epaper.otz.de“ { HTTP::respond 301 Location „http://www.thueringen-kiosk.de“ } „epaper.thueringer-allgemeine.de“ { HTTP::respond 301 Location „http://www.thueringen-kiosk.de“ } „epaper.allgemeiner-anzeiger.de“ { HTTP::respond 301 Location „http://www.thueringen-kiosk.de“ } „ial.mydnszone.de“ { HTTP::redirect „http://ialmag.mydnszone.de[HTTP::uri]“ } „www.thueringenkiosk.de“ { HTTP::redirect „http://www.thueringen-kiosk.de“ } „thueringenkiosk.de“ { HTTP::redirect „http://www.thueringen-kiosk.de“ } „thueringen-kiosk.de“ { HTTP::redirect „http://www.thueringen-kiosk.de“ } „muss.hier.stehen.de“ { pool Pool_Default } } }