There is a mixture of slashs and %2F in all links within the feed. This should be slashs only. Please have a look at this exerpt:
`
Strange Formations (2)
[Image: http://www.synnatschke.com/gallery/zp-co....jpg&s=240]
]]>
Strange Formations (2)
2008-01-13 15:43:32
`
I have these "%2F", too, but they do not cause any trouble. You could remove these lines after foreach ($result as $images) { in rss.php:
`$images['folder'] = rawurlencode($images['folder']);
$images['filename'] = rawurlencode($images['filename']);`
Those lines of code you suggested to include are already implemented into "rss.php". These doesn't work. Please have a look on my feed, but use the IE7: http://www.synnatschke.com/gallery/rss.php
Then click on any text link. This leads to a 404.