Hallo Christian,
(...) sobald ich jedoch absolute pfadangaben verwende geht gar nix mehr. dann kann ich nicht mal auf die index-datei meines servers zugreifen. <!--#include virtual="http://www.myserver.com/index.html"--> funktioniert also nicht.woran liegt das? hab es auch schon mit dem befehl <!--#include file="http://www.myserver.com/index.html"--> versucht. verschafft leider auch keine abhilfe.
#include funktioniert nur mit Pfadangaben auf dem Server.
Ein Auszug aus der Apache-Doku (http://www.apache.org/docs/mod/mod_include.html) zu #include virtual:
The value is a (%-encoded) URL relative to the current document being parsed. The URL cannot contain a scheme or hostname, only a path and an optional query string. If it does not begin with a slash (/) then it is taken to be relative to the current document.
Viele Grüße,
Heiko