Ja, maar daar staat niets in... Alleen maar aanvragen van PHPhulp:
[Fri Jun 02 20:25:38 2006] [error] [client 127.0.0.1] File does not exist: C:/server/root/pagead, referer: http://www.phphulp.nl/forum/showtopic.php?cat=4&id=18365&lasttopic=1
[Fri Jun 02 20:25:39 2006] [error] [client 127.0.0.1] File does not exist: C:/server/root/n, referer: http://www.phphulp.nl/forum/showtopic.php?cat=4&id=18365&lasttopic=1
Volgens mij niet. Dit is een stukje uit mijn httpd.conf, maar naar mijn weten heb ik daar niets aangepast...
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On
#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 100
#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 15
Probeer anders eens je bestanden te bereiken door gewoon lokaal in te typen in je webbrowser:
file:///C:/...
werkt het dan wel? Anders ligt het toch echt aan je afbeeldingen...