Hi Leute,
kann man SSI in einem PHP in der Form:
echo <!--#.....> ausgeben lassen und Apache so einstellen, dass diese Ausgabe sofort wieder gefiltert wird, und das SSI ausgeführt wird.
(ich möchte ein perl script ausführen - wenn jemand eine Idee hat, wie ich das anders hin bekomme kann er/sie ja auch antworten Very Happy )
ich habe in der httpd.conf für php folgendes eingetragen:
LoadFile "..php5ts.dll"
LoadModule php5_module ....
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddOutputFilter INCLUDES .php .php3 .php4 .phtml
Thx für eure Antworten