feeds laufen nicht mehr

Found a bug? Tell us!!
Post Reply
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

feeds laufen nicht mehr

Post by Timbalu »

<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php echo $serendipity['baseURL'] . ($serendipity['rewrite'] == 'none' ? $serendipity['indexFile'] . '?/' : ''); ?>feeds/index.rss2" />
<link rel="alternate" type="application/x.atom+xml" title="Atom" href="<?php echo $serendipity['baseURL'] . ($serendipity['rewrite'] == 'none' ? $serendipity['indexFile'] . '?/' : ''); ?>feeds/atom.xml" />

Hallo
Die Feeds laufen nicht mehr. Oder ist das Absicht, dass kein rss/xml code mehr zu sehen ist :?:
sonst freue ich mich schon auf die 7ner! Danke!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

(Please in english)

What do you mean with the PHP code you posted? RSS/XML feeds do work, that would be a major bug if it didn't.

Post details. :-)
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Post by Timbalu »

Hi
have you really got a feed directory? I don´t.
I just remember a different output eg of the 2.0 rss link.
Has something essential changed? Well, if I look in the page
source all seems well.....
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Timbalu wrote:Hi
have you really got a feed directory? I don´t.
I just remember a different output eg of the 2.0 rss link.
Has something essential changed? Well, if I look in the page
source all seems well.....
The feed directory does not need to exist. The right output is generated by the 404 apache errorhandler and/or mod_rewrite. And if you disabled rewriting, the index.php will kick in place to output a feeds/index.rss file...

(Still don't know what exactly you mean :-)
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply