Redirect old bodhi1 search urls to a new version.
This commit is contained in:
parent
3e9f92ecbd
commit
270aad97c4
1 changed files with 6 additions and 0 deletions
|
@ -104,6 +104,12 @@
|
||||||
regex: /updates/rss/rss2\.0
|
regex: /updates/rss/rss2\.0
|
||||||
target: https://bodhi.fedoraproject.org/updates
|
target: https://bodhi.fedoraproject.org/updates
|
||||||
|
|
||||||
|
- role: httpd/redirectmatch
|
||||||
|
name: 09-bodhi2-old-search-new-search
|
||||||
|
website: admin.fedoraproject.org
|
||||||
|
regex: /updates/search/(.+)$
|
||||||
|
target: https://bodhi.fedoraproject.org/updates/?like=$1
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
name: 89-bodhi2-icon
|
name: 89-bodhi2-icon
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue