From: <sw...@cy...> - 2003-02-21 01:31:46
|
Rick, I saw a problem like this in our installation and I wonder if you don't have a similar cause. Using "View Source" to look at the html that ids produces for your site, I see that your image references have this format: img src="album-data/./Sample%20Album/Black2.album_icon.png" I'm concerned about the /./ in the middle of the path, not because it's invalid, but because I think it may confuse the Apache configuration parser. The Location directives where you place the Sethandler directives need to match the path to your images. I don't know if this /./ will cause problems there or not. Hope this helps. Barry |