Forum Discussion

2 Replies

  • when HTTP_REQUEST {
        if {[string tolower [HTTP::uri]] starts_with "/aflresco/faces"}{
            HTTP::redirect "http://[HTTP::host]/aflresco/share"
        }
    }