windows - ssi an error occurred while processing this directive -


i following error in shtml files

[an error occurred while processing directive] 

this error not happen when including file, happens when if expressions like:

<!--#if expr="$query_string = open-updates" --> open<!--#endif --> 

i running dev environment on windows machine using xampp

turns out had put following directive in httpd.conf

ssilegacyexprparser on 

the shtml files using came legacy apache server (1.x)


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -