A
Alex Vojacek
Guest
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...
Read more
Continue reading...
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...
Read more
Continue reading...