Hello to everyone,
I' have Apache 2 and Apache 1.3.
In Apache 2 I can write :
<!--#if expr=" ($QUERY_STRING = /COLLAUDO_HEADER/) "-->
<!--#include virtual="/something.html"-->
<!--#else-->
<!--#include virtual="/something/different.html"-->
<!--#endif-->
Is there any way to have the same block with Apache 1.3?
Thank you in advance.
Dave.
