pre apache 2.4我可以写这
<!--#config timefmt="%Y%m%d %T" -->
<!--#if expr="($DATE_LOCAL > 20170311 00:00:01) && ($DATE_LOCAL < 20170316 00:00:01)"-->
Show this text during the specified Date/Time
<!--#endif-->
我尝试了几种不同的方法。...但是我似乎无法在Apache 2.4中工作。
如果我打开" ssilegacyexparser on"。
任何人都可以帮助需要正确的语法吗?
好吧。...我能够弄清楚。...似乎在Apache 2.4
中进行了测试<!--#config timefmt="%Y%m%d %T" -->
<!--#if expr="(v('DATE_LOCAL') > '20170311 00:00:01') && (v('DATE_LOCAL') < '20170316 00:00:01')"-->
Show this text during the specified Date/Time
<!--#endif-->