Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
Redirect popcon.d.o ports links that are 404 to the corresponding wiki pages
· efe0491e
Paul Wise
authored
Oct 04, 2018
efe0491e
Use temporary redirects for ports redirects to the wiki
· e4bf13bb
Paul Wise
authored
Oct 04, 2018
The URLs could change to the website or elsewhere at some point. Suggested-by: weasel
e4bf13bb
Show whitespace changes
Inline
Side-by-side
modules/roles/templates/apache-www.debian.org.erb
View file @
e4bf13bb
...
...
@@ -194,6 +194,9 @@
RedirectPermanent /ports/ppc64 /ports/powerpc
RedirectPermanent /ports/ppc64el /ports/powerpc
RedirectPermanent /ports/powerpcspe /ports/powerpc
Redirect /ports/riscv64 https://wiki.debian.org/RISC-V
Redirect /ports/x32 https://wiki.debian.org/X32Port
Redirect /ports/sh4 https://wiki.debian.org/SH4
RedirectPermanent /mirror/official_sponsors /mirror/sponsors
RedirectPermanent /mirror/official /mirror/list
RedirectPermanent /mirror/mirrors_full.html /mirror/list-full.html
...
...