Jeremy Newman : add help redirect, and fix 404
Module: appdb Branch: master Commit: 80cdb3beb74fe6dd159baa0e3d230cc2edfe0d84 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=80cdb3beb74fe6dd159baa0e3... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Mon Nov 14 10:41:39 2016 -0600 add help redirect, and fix 404 --- .htaccess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 98a1d1e..5884b93 100644 --- a/.htaccess +++ b/.htaccess @@ -4,11 +4,14 @@ allow from all # uncomment this to take the website offline # RedirectMatch ^.*$ http://appdb.winehq.org/site_outage.html +# Redirects +RedirectPermanent /help https://wiki.winehq.org/Category:AppDB + # Set Our Default Directory Index DirectoryIndex index.php # 404 not found document -ErrorDocument 404 http://www.winehq.org/site/404 +ErrorDocument 404 https://www.winehq.org/site/404 # Modify the PHP configuration (global vars, etc.) php_flag allow_call_time_pass_reference 1
participants (1)
-
Jeremy Newman