So they gave me a project (site) at work so that I put it on a local development server. I did everything right, everything was full but there is one drawback. The code uses SSI to load some blocks, and is used like this:
<!--# include virtual="/xxx/x/banners/getBannersRight.php" -->
SSI syntax. as far as I know, does not allow to put a space between #
and include
but everything works on the battle server! And on my local naturally not ([ an error occurred while processing this directive
]). I climbed up in the settings and did not find how to make it happen on my local server. The question is: how do I get to execute these SSI commands on my local server?