Rss feed: links contains a mixture of slashs and %2F

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)

-

- <![CDATA[ http://www.synnatschke.com/gallery/north-america/usa/new-mexico/ah-shi-sle-pah/strange-formations-2.jpg.html&lt;br />
]]>



-

- <![CDATA[ <a title="Strange Formations (2) in Ah-shi-sle-pah" href="http://www.synnatschke.com/gallery/north-america/usa/new-mexico/ah-shi-sle-pah/strange-formations-2.jpg.html">Strange Formations (2)

]]>



Strange Formations (2)

-

- <![CDATA[ http://www.synnatschke.com/gallery/north-america/usa/new-mexico/ah-shi-sle-pah/strange-formations-2.jpg.html&lt;br />
]]>



2008-01-13 15:43:32



`

Comments

  • 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.
  • acrylian Administrator, Developer
    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.
  • acrylian Administrator, Developer
    I suggested to remove that lines...
  • Sorry, sometimes it's better to read the whole posting :-)

    This one works! Thank you!
Sign In or Register to comment.