Forum Discussion

2 Replies

  • You could try something like this.

    when HTTP_REQUEST {
      switch -glob [string tolower [HTTP::path]] {
        "/" {
            HTTP::redirect "/PORTAL"
        }
    }