Forum Discussion

AngryCat_52750's avatar
AngryCat_52750
Icon for Nimbostratus rankNimbostratus
Dec 19, 2013

# and comments in iRules

i have an iRule that looks like this -

 if { ([string tolower [HTTP::host]] eq "www.disney.com") && ([string tolower [HTTP::uri]] starts_with "//characters/") } {
        ACCESS::disable
        virtual vs-toys
    }

I believe the "" int he URI is making the editor think its the start of the comment.. how do i correct that so it doesnt think that..