Gibt es bei SSI eine or-Bedingung, oder muss ich dass alles mit if-Schleifen lösen?
<!--#if expr=""$DOCUMENT_NAME" = /datei1.shtml/"-->
... sag hallo
<!--#elif expr=""$DOCUMENT_NAME" = /datei2.shtml/"-->
... sag hallo
<!--#elif expr=""$DOCUMENT_NAME" = /datei3.shtml/"-->
... sag hallo
<!--#elif expr=""$DOCUMENT_NAME" = /datei4.shtml/"-->
... sag hallo
<!--#else -->
... sag tschüss
<!--#endif -->
würde ne lange Liste werden ...