I forgot to mention that those links doesn't work in IE7 while Firefox works. A click on the link text (not on the image) in the feed generates a 404 error.
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']);
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
Comments
`$images['folder'] = rawurlencode($images['folder']);
$images['filename'] = rawurlencode($images['filename']);`
Then click on any text link. This leads to a 404.
This one works! Thank you!