You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move RSS redirects to top and add parameter variants
Moved RSS feed redirects to the very top of the redirects list to ensure
they are evaluated before any static file handlers. Also added:
- Trailing slash variants (ts.rss/, csharp.rss/)
- Parameterized extension variants (ts.:ext, csharp.:ext)
This attempts to work around the issue where .rss files are being caught
by a static file handler (x-matched-path: /[host]/[domain]/static/[slug])
before the redirect rules are evaluated.
Co-Authored-By: Niels Swimberghe <[email protected]>
0 commit comments