ich habe diesen code benuzt in die test.shtml
<!--#echo var="DATE_LOCAL" -->
kam kein ergebniss.. also seite leer.
Es steht gar nichts im Quellcode?
hat noch jemand ne idee?
Falls da was im Quellcode steht:
Options +Includes
http://httpd.apache.org/docs-2.0/mod/core.html#options
danke, hats geklappt. jetzt sieht es in der httpd.conf so aus:
<IfModule mod_include.c>
AddType text/html .shtml
AddHandler server-parsed .shtml
</IfModule>
<Directory /usr/local/apache/htdocs>
Options +Includes
</Directory>