On Sun, 21 Jul 2002 19:58:33 +0200, Steve Mazerski wrote: > On Sunday 21 July 2002 19:17, OMS Diver wrote: > > I have installed the Apache13+mod_ssl sucessfully and than copied the > > directory icons from its original location into the new one where I want > > all WWW files. I have downloaded the "Powered by FreeBSD" logo and saved it > > into the icons directory. Right now I have main directory called > > /home/data/www where index.html is placed and /home/data/www/icons where > > some gif and png images are placed. I can easily display images that come > > originally with Apache but other images that are stored there are not > > accessible. In other way the Konqueror displays the script <img > > src=icons/apache_pb.gif> but does not want display <img > > src=icons/fsbpb2.gif>. > > > > Do you have any clue where I should look for error. > > What permissions do the new icons have? > > Can you load them directly from the filesystem, e.g. by entering > file:/home/data/www/icons/fsbpb2.gif > in your browser? > > BTW it's a better practice to quote filenames and other attributes in HTML, > e.g. > <img src="icons/fsbpb2.gif"> > > S.Mazerski
You might need a leading slash, depending on where in the file tree the html page is located. A good rule is if you are accessing files in the images folder, use the slash, regardless, because that makes your pages portable within your site. Example: <img src="/icons/fsbpb2.gif"> --+---+---+-- Gary Dunn Open Slate Project http://www.aloha.com/~knowtree/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
