On Tue, 06 Jun 2006 15:21:42 -0700 Scott McFarlane <[EMAIL PROTECTED]>
wrote:
<img src="images/css.gif" width="88" height="31" alt="Valid CSS!"
and I just checked css.gif is inside /var/www/images
There is no automatic link between "images/" and "/var/www/images" --
it all depends on what the DocumentRoot for your particular website is,
which you should find in your apache config files (in /etc/apache2?).
You should also look in the apache error log file
(/var/log/apache/error.log or perhaps /var/log/httpd/error.log) to see
what happens to your HTTP request for this file.
Apache is often configured to have a default for "/images/"; but not
for simply "images/" (the leading / character is highly significant).
-jim