Alex Vojacek
Member
Currently I have the whole forum fully functional, everything works, absolutely every link works perfectly with this simpley nginx rule
location / {
try_files $uri $uri/ /index.php?$uri&$args;
}
THIS and the friendly URLs active on xenforo. But as soon as I try to access the RSS it says "not found"
http://foros.tecnogaming.com/forums/pc-gaming.10/index.rss
If I disable friendly URL's on xenforo the RSS works perfectly so this is a nginx rules thing.
Does anyone knows the rule to actually have functional RSS without having to disable the friendly urls inside xenforo?
location / {
try_files $uri $uri/ /index.php?$uri&$args;
}
THIS and the friendly URLs active on xenforo. But as soon as I try to access the RSS it says "not found"
http://foros.tecnogaming.com/forums/pc-gaming.10/index.rss
If I disable friendly URL's on xenforo the RSS works perfectly so this is a nginx rules thing.
Does anyone knows the rule to actually have functional RSS without having to disable the friendly urls inside xenforo?