Module: website Branch: master Commit: 68df846195e0c5b3901dc920fdba9f269c14c3e9 URL: http://source.winehq.org/git/website.git/?a=commit;h=68df846195e0c5b3901dc92...
Author: André Hentschel nerv@dawncrow.de Date: Wed Jan 20 20:12:31 2016 +0100
htaccess: Use https for wiki.winehq.org
Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
include/htaccess.sample | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/include/htaccess.sample b/include/htaccess.sample index 775e8ad..e969153 100644 --- a/include/htaccess.sample +++ b/include/htaccess.sample @@ -40,35 +40,35 @@ 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 http://wiki.winehq.org/Debian -RedirectPermanent /download/debian http://wiki.winehq.org/Debian -RedirectPermanent /download/ubuntu http://wiki.winehq.org/Ubuntu +RedirectPermanent /site/download-deb https://wiki.winehq.org/Debian +RedirectPermanent /download/debian https://wiki.winehq.org/Debian +RedirectPermanent /download/ubuntu https://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 -RedirectPermanent /wiki http://wiki.winehq.org/ -RedirectPermanent /faq http://wiki.winehq.org/FAQ -RedirectPermanent /site/faq http://wiki.winehq.org/FAQ -RedirectPermanent /FAQ http://wiki.winehq.org/FAQ -RedirectPermanent /site/docs/wine-faq/index http://wiki.winehq.org/FAQ +RedirectPermanent /wiki https://wiki.winehq.org/ +RedirectPermanent /faq https://wiki.winehq.org/FAQ +RedirectPermanent /site/faq https://wiki.winehq.org/FAQ +RedirectPermanent /FAQ https://wiki.winehq.org/FAQ +RedirectPermanent /site/docs/wine-faq/index https://wiki.winehq.org/FAQ RedirectPermanent /screenshots https://appdb.winehq.org/ RedirectPermanent /site/screenshots https://appdb.winehq.org/ -RedirectPermanent /howto http://wiki.winehq.org/HowTo -RedirectPermanent /site/howto http://wiki.winehq.org/HowTo -RedirectPermanent /myths http://wiki.winehq.org/Debunking_Wine_Myths -RedirectPermanent /site/myths http://wiki.winehq.org/Debunking_Wine_Myths -RedirectPermanent /cvs http://wiki.winehq.org/GitWine -RedirectPermanent /site/cvs http://wiki.winehq.org/GitWine -RedirectPermanent /git http://wiki.winehq.org/GitWine -RedirectPermanent /site/git http://wiki.winehq.org/GitWine -RedirectPermanent /site/who http://wiki.winehq.org/WhosWho -RedirectPermanent /todo http://wiki.winehq.org/KnownIssues -RedirectPermanent /site/history http://wiki.winehq.org/WineHistory -RedirectPermanent /fun_projects http://wiki.winehq.org/Fun_Projects -RedirectPermanent /winelib http://wiki.winehq.org/Winelib +RedirectPermanent /howto https://wiki.winehq.org/HowTo +RedirectPermanent /site/howto https://wiki.winehq.org/HowTo +RedirectPermanent /myths https://wiki.winehq.org/Debunking_Wine_Myths +RedirectPermanent /site/myths https://wiki.winehq.org/Debunking_Wine_Myths +RedirectPermanent /cvs https://wiki.winehq.org/GitWine +RedirectPermanent /site/cvs https://wiki.winehq.org/GitWine +RedirectPermanent /git https://wiki.winehq.org/GitWine +RedirectPermanent /site/git https://wiki.winehq.org/GitWine +RedirectPermanent /site/who https://wiki.winehq.org/WhosWho +RedirectPermanent /todo https://wiki.winehq.org/KnownIssues +RedirectPermanent /site/history https://wiki.winehq.org/WineHistory +RedirectPermanent /fun_projects https://wiki.winehq.org/Fun_Projects +RedirectPermanent /winelib https://wiki.winehq.org/Winelib RedirectMatch ^/download/deb.*$ https://www.winehq.org/download/ -RedirectMatch ^/site/wineconf/?$ http://wiki.winehq.org/WineConf -RedirectMatch ^/wineconf/?$ http://wiki.winehq.org/WineConf +RedirectMatch ^/site/wineconf/?$ https://wiki.winehq.org/WineConf +RedirectMatch ^/wineconf/?$ https://wiki.winehq.org/WineConf
# fix documentation links RedirectMatch ^/docs/wineusr-guide$ https://www.winehq.org/docs/wineusr-guide/index @@ -86,7 +86,7 @@ RedirectMatch ^/docs/([a-z-]+)/$ https://www.winehq.org/docs/$1/i RedirectMatch ^/(APPS|Apps|apps)$ https://appdb.winehq.org/ RedirectMatch ^/(APPS|Apps|apps)/query.cgi$ https://appdb.winehq.org/ RedirectMatch ^/apps.cgi$ https://appdb.winehq.org/ -RedirectMatch ^/(FAQ|Faq)$ http://wiki.winehq.org/FAQ +RedirectMatch ^/(FAQ|Faq)$ https://wiki.winehq.org/FAQ RedirectMatch ^/(BUGS|Bugs|bugs)$ https://bugs.winehq.org/ RedirectMatch ^/(TROUBLE|Trouble|trouble)$ https://wiki.winehq.org/FAQ