Page 1 of 1

Broken feed links

Posted: 21. Mar 2018, 05:49
by sammy
Hi,

the links to the feeds on this forum and news are not working. :(

Re: Broken feed links

Posted: 21. Mar 2018, 13:39
by gapan
You're right. Something must have happened during the forum upgrade. I will take a look.

Re: Broken feed links

Posted: 21. Mar 2018, 18:10
by laprjns
Same problem with the FAQ link.

Re: Broken feed links

Posted: 22. Mar 2018, 17:38
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;
    }

Re: Broken feed links

Posted: 22. Mar 2018, 18:00
by sammy
Yay. Thanks! :D