the links to the feeds on this forum and news are not working.
Broken feed links
Re: Broken feed links
You're right. Something must have happened during the forum upgrade. I will take a look.
Re: Broken feed links
Same problem with the FAQ link.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
― George Orwell, 1984
Re: Broken feed links
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;
}

