Jeremy Newman : add redirect for old download page to new wiki page
Module: website Branch: master Commit: bd3b3c533ea986b8e1d79502e4d9f3f0b1bf4731 URL: https://source.winehq.org/git/website.git/?a=commit;h=bd3b3c533ea986b8e1d795... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Wed Jan 31 13:26:32 2018 -0600 add redirect for old download page to new wiki page --- include/htaccess.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/include/htaccess.sample b/include/htaccess.sample index 2e25cdf..cb86054 100644 --- a/include/htaccess.sample +++ b/include/htaccess.sample @@ -36,6 +36,7 @@ RedirectPermanent /dev https://www.winehq.org/getinvolv RedirectPermanent /dev.shtml https://www.winehq.org/getinvolved RedirectPermanent /dev.html https://www.winehq.org/getinvolved RedirectPermanent /devstart.shtml https://www.winehq.org/getinvolved +RedirectPermanent /download https://wiki.winehq.org/Download RedirectPermanent /download/index.php https://wiki.winehq.org/Download RedirectPermanent /download.shtml https://wiki.winehq.org/Download RedirectPermanent /download.html https://wiki.winehq.org/Download
participants (1)
-
Jeremy Newman