hello,
i'm using ssi conditionals without issue in several places in an application i'm porting from apache, but this one is apparently not being evaluated:
is the issue syntax or something else?
let me know please!
thanks!
i'm using ssi conditionals without issue in several places in an application i'm porting from apache, but this one is apparently not being evaluated:
Code:
<!--#set var="test" value="" -->
<!--#if expr="${HTTP_USER_AGENT} = /X11; Linux i686;/" -->
<!--#set var="test" value="working" -->
<!--#else -->
<!--#set var="test" value="still not working" -->
<!--#endif -->
let me know please!
thanks!