bugz: Try and redirect this to bugzilla for now since we have no packages app.

This commit is contained in:
Kevin Fenzi 2020-07-29 13:50:02 -07:00
parent 28daaa71b4
commit ce63d5f3ea

View file

@ -1,5 +1,5 @@
RewriteEngine On
RewriteMap lowercase int:tolower
RewriteRule ^/(.+) https://apps.fedoraproject.org/packages/$1/bugs/all [R,L]
RewriteRule ^/(.+) https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&classification=Fedora&product=Fedora&product=Fedora%20EPEL&component=$1 [R,L]
RewriteRule ^/$ https://bugzilla.redhat.com/ [R,L]