I having some problems with displaying some images (in blocks) on my site while using 'clean URLs'.
The site itself is working well (with clean URLs on or off). All 'top level' pages, including adds, blocks, nodes, taxonomy images, etc work as expected. The problem exists when I try to go to a 'deaper' level.
Example. I have created pages like: http://www.example.com/about with some related images in blocks in the side columns... ( I have set these block to only display on related pages by putting about* in the space provided after selecting the 'display only on listed pages' option in the relevant block configuration page).
The blocks contain code like this: <center><img src="files/about/myphoto.jpg"></center>
(image files have been uploaded to the server and permissions checked, etc)
All of this works exactly as it should until I go to a deaper level.
Let's say i create a page (node/56 ... or whatever) and create an alias node/56 >> about/myjob When I surf to http://www.example.com/about/myjob everything works fine (clean URLs work)... except the blocks on the sides of the page: the are empty (in Firefox) or show the little red X (IE) .