Broken feed links

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
sammy
Posts: 31
Joined: 12. Sep 2013, 18:52

Broken feed links

Post by sammy »

Hi,

the links to the feeds on this forum and news are not working. :(
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: Broken feed links

Post by gapan »

You're right. Something must have happened during the forum upgrade. I will take a look.
Image
Image
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Broken feed links

Post by laprjns »

Same problem with the FAQ link.
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: Broken feed links

Post by gapan »

I think I fixed them. I added the following to the nginx configuration:

Code: Select all

    location /app.php {
        try_files $uri $uri/ /app.php?$query_string;
    }
Image
Image
User avatar
sammy
Posts: 31
Joined: 12. Sep 2013, 18:52

Re: Broken feed links

Post by sammy »

Yay. Thanks! :D
Post Reply