Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 7. Configuring SSI Filter
7.1. Configuring the SSI filter Copier lienLien copié sur presse-papiers!
SSI directives do not work if you try to configure SSI filter like you did in the previous versions.
Procedure
For the SSI Filter configuration to work correctly, uncomment the following block in the conf/web.xml
file:
<mime-mapping> <extension>shtml</extension> <mime-type>text/x-server-parsed-html</mime-type> </mime-mapping>
<mime-mapping>
<extension>shtml</extension>
<mime-type>text/x-server-parsed-html</mime-type>
</mime-mapping>