Forum Discussion

0_173149's avatar
0_173149
Icon for Nimbostratus rankNimbostratus
Apr 29, 2016

Using wildcards in uri redirection in iRules

I currently have   when HTTP_REQUEST { if { [HTTP::path] equals "/" } { HTTP::redirect "/toplevel/src/main/webapp/project.html" } }   I need to make it so I can use the subdirectory as a star...