#5855 Fedorahosted sunset - per-ticket redirection no longer works
Closed: Fixed Opened by mkosek.

With the Fedorahosted sunset today, per-project redirects like the ones added #5845 stopped working and all requests like this one are redirected to catch-all page instead of being redirected to respective Pagure ticket.


CC @kevin :-)

This was caused by a mix between two apache redirect plugins which doesn't work as we had intended.
I am now rewriting all the rewrites to one system so that ordering is enforced.

I should be done now with the freeipa redirects, please verify and let me know if it's wrong.

Technical information: we used mod_redirect (RedirectMatch) to do the project redirects, and then used mod_rewrite (RewriteRule) to do the redirect to the sunset page.
However, mod_rewrite always happens before mod_redirect.

All of the redirect rules are now transformed into RewriteRules, so this should be fixed now for all projects.

Metadata Update from @puiterwijk:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata