Overscan Active member Jun 7, 2019 #1 Link in footer is https://www.secretprojects.co.uk/forums/-/index.rss This doesn't work for me using nginx. Any clues why?
Link in footer is https://www.secretprojects.co.uk/forums/-/index.rss This doesn't work for me using nginx. Any clues why?
P Paul B XenForo moderator Staff member Jun 8, 2019 #2 Does it work with friendly URLs disabled? Upvote 0 Downvote
Overscan Active member Jun 8, 2019 #3 It does. I added an explicit redirect in nginx and it works: Code: # Redirect RSS feed location for Friendly URLs rewrite ^/forums/-/index.rss /index.php?forums/-/index.rss; Upvote 0 Downvote
It does. I added an explicit redirect in nginx and it works: Code: # Redirect RSS feed location for Friendly URLs rewrite ^/forums/-/index.rss /index.php?forums/-/index.rss;