Module: website Branch: master Commit: cebf9174e9797006985c8de847a83a27d2df69d9 URL: http://source.winehq.org/git/website.git/?a=commit;h=cebf9174e9797006985c8de...
Author: Austin English austinenglish@gmail.com Date: Tue Dec 2 03:03:33 2008 -0600
website: redirect the FAQ to the wiki
Should fix bug 10188.
-- -Austin
---
.htaccess | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.htaccess b/.htaccess index 3925d64..77b2f6e 100644 --- a/.htaccess +++ b/.htaccess @@ -61,6 +61,14 @@ RedirectPermanent /cvs/ http://www.winehq.org/site/cvs RedirectPermanent /cvs http://www.winehq.org/site/cvs RedirectPermanent /forums/ http://www.winehq.org/site/forums RedirectPermanent /forums http://www.winehq.org/site/forums +RedirectPermanent /site/docs/wine-faq/ http://wiki.winehq.org/FAQ +RedirectPermanent /site/docs/wine-faq http://wiki.winehq.org/FAQ +RedirectPermanent /site/docs/wine-faq/index/ http://wiki.winehq.org/FAQ +RedirectPermanent /site/docs/wine-faq/index http://wiki.winehq.org/FAQ +RedirectPermanent /site/faq/ http://wiki.winehq.org/FAQ +RedirectPermanent /site/faq http://wiki.winehq.org/FAQ +RedirectPermanent /site/FAQ/ http://wiki.winehq.org/FAQ +RedirectPermanent /site/FAQ http://wiki.winehq.org/FAQ
# fix documentation links RedirectMatch ^/(Docs|Docs/)$ http://www.winehq.org/site/documentation