Rosanne DiMesio : Redirect Ubuntu and Debian downloads pages

Jeremy Newman jnewman at wine.codeweavers.com
Mon Dec 28 09:41:20 CST 2015


Module: website
Branch: master
Commit: 25fbae3b5c1fa10b88bb9113dd5f463175d13db7
URL:    http://source.winehq.org/git/website.git/?a=commit;h=25fbae3b5c1fa10b88bb9113dd5f463175d13db7

Author: Rosanne DiMesio <dimesio at earthlink.net>
Date:   Tue Dec 22 15:05:58 2015 -0600

Redirect Ubuntu and Debian downloads pages

Redirects /downloads/ubuntu and /downloads/debian to their respective wiki pages.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
Signed-off-by: Jeremy Newman <jnewman at codeweavers.com>

---

 include/htaccess.sample | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/htaccess.sample b/include/htaccess.sample
index 5efb8bf..4d04076 100644
--- a/include/htaccess.sample
+++ b/include/htaccess.sample
@@ -40,7 +40,9 @@ RedirectPermanent /download.shtml               https://www.winehq.org/download
 RedirectPermanent /download.html                https://www.winehq.org/download
 RedirectPermanent /download-mirrors.html        https://www.winehq.org/download
 RedirectPermanent /download-mirrors.shtml       https://www.winehq.org/download
-RedirectPermanent /site/download-deb            https://www.winehq.org/download/debian
+RedirectPermanent /site/download-deb            http://wiki.winehq.org/Debian
+RedirectPermanent /download/debian              http://wiki.winehq.org/Debian
+RedirectPermanent /download/ubuntu              http://wiki.winehq.org/Ubuntu
 RedirectPermanent /site/getting_help            https://www.winehq.org/help
 RedirectPermanent /support.shtml                https://www.winehq.org/help
 RedirectPermanent /News/status.html             https://www.winehq.org/status




More information about the wine-cvs mailing list