RSS Path is wrong

Found a bug? Tell us!!
Post Reply
lauterunfug
Regular
Posts: 54
Joined: Wed Mar 16, 2005 9:26 am

RSS Path is wrong

Post by lauterunfug »

Hi there

On my site http://www.lauterunfug.ch the syndication links are wrong.

For example, instead of pointing to
http://www.lauterunfug.ch/rss.php?version=2.0
the rss2 points to
http://www.lauterunfug.ch/index.php?/feeds/index.rss2

http://www.lauterunfug.ch/rss.php?version=2.0 can be validated successfully, the second one not.

Do I need to do some changes in the configs, so that the right path will show up?

thanx
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: RSS Path is wrong

Post by garvinhicking »

You've enabled the gzip compression of s9y, which creates some trouble when using some s9y rewrite techniques.

The only solution I know is to disable gzip compression in s9y config. I'm quite lost to the cause. Open the URL in your browser and you'll see a PHP error message. Without gzip this doesn't happen.

Regards,
Garvin
# 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/
lauterunfug
Regular
Posts: 54
Joined: Wed Mar 16, 2005 9:26 am

Post by lauterunfug »

thanx for your help.

disabling the gzip-compression really fix that problem.

mfg
tom
Post Reply