Ticket #1215 (closed defect: fixed)

Opened 2 months ago

Last modified 1 week ago

Bad RSS links

Reported by: peanut Assigned to: scott
Priority: high Milestone: 5.1
Component: frontend Version: 5.0
Severity: critical Keywords: rss, mainpage
Cc:

Description

I install Typo on my server. And it's available at http://lomak.in . From main page I try to subscribe to RSS-feed. But when i push RSS-button Firefox, browser is going to http://www.lomakin.com/articles.rss instead of http://www.lomak.in/articles.rss. What kind algorithm used to create domain based URL's like this one?

Attachments

bad_rss_feed_link.diff (0.5 kB) - added by peanut on 03/16/08 17:42:16.
Patch for bad RSS links

Change History

03/16/08 01:02:03 changed by peanut

In my main page source code I have this:

<link rel="alternate" type="application/atom+xml" title="Atom" href="http://lomakin/articles.atom" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://lomakin/articles.rss" />

Looks like Typo replace "lomak.in" with "lomakin" without a dot. But why?

03/16/08 17:42:16 changed by peanut

  • attachment bad_rss_feed_link.diff added.

Patch for bad RSS links

03/16/08 17:44:10 changed by peanut

Solved by peanut. ;-) See diff attached to this ticket. Please apply this to trunk. Thanks.

05/03/08 21:10:50 changed by neuro

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in rev 1696