Aaron_6309
Jul 02, 2012Nimbostratus
iRule with special characters
I'm trying to create a redirect rule for the root folder educação after my TLD.
I've tried the following iRules but neither seem to take
elseif { [string tolower [HTTP::uri]] equals "/educa%C3%A7%C3%A3o" } {
HTTP::redirect "http://website"
}
and
elseif { [string tolower [HTTP::uri]] equals "/educação" } {
HTTP::redirect "http://website"
}
Is there any way to get unicode characters to work in an iRule?
Thanks!