Forum Discussion

Moe_Jartin's avatar
Feb 08, 2010

Conditional stream rewrite based on requested uri

I want to rewrite some content based on the uri that is requested. I started with: when HTTP_REQUEST { switch -glob [string tolower [HTTP::uri]] { /uri1* - /uri2* { sna...