hi,
Dies sind die vorgenommenen Konfigurationen in der httpd.conf-Datei:
AddHandler server-parsed .shtml
AddType text/html .shtml
Für DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs":
<Directory />
Options FollowSymLinks +Includes
AllowOverride None
</Directory>
Der erste <Directory>-Container sollte (siehe die Kommentare !) außer
"AllowOverride None" keine weitere Eintragung enthalten ("First, we configure the "default" to be a very restrictive set of permissions").
Du kannst sofort darunter einen zweiten Container mit etwas mehr Eintragungen notieren:
<Directory "C:/Program Files/Apache Group/Apache/htdocs">
Options FollowSymLinks +Includes
AllowOverride None
</Directory>
Options Indexes FollowSymLinks MultiViews +Includes
XBitHack on
Wo stehen diese Angaben ?
Wenn ich die betreffende Datei im Browser aufrufe, wird seltsamerweise jedesmal ein neues Browser-Fenster geöffnet.
Kann ich nicht bestätigen. Habe dein Beispiel eben mal rasch exakt hier herauskopiert und in eine shtml eingebaut. Das "Update"-Datum wird exakt angezeigt.
Was hast du denn außerdem noch in deiner shtml drinstehen ?
Christoph S.