From fc5ad2eaaefe286bc09cfc359c58522a53ed6dad Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 12 Feb 2024 18:16:21 +0100 Subject: [PATCH] .htaccess: Add redirects for renamed documentation files --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index 223f270..cf36d82 100644 --- a/.htaccess +++ b/.htaccess @@ -26,4 +26,7 @@ Redirect /doc/NEWS https://github.com/ngircd/ngircd/blob/master/NEWS Redirect /doc/README https://github.com/ngircd/ngircd/blob/master/README.md Redirect /doc/README.md https://github.com/ngircd/ngircd/blob/master/README.md Redirect /doc/sample-ngircd.conf https://github.com/ngircd/ngircd/blob/master/doc/sample-ngircd.conf.tmpl +Redirect /doc/FAQ.txt https://github.com/ngircd/ngircd/blob/master/doc/FAQ.md +Redirect /doc/SSL.txt https://github.com/ngircd/ngircd/blob/master/doc/SSL.md +# Catch all Redirect /doc/ https://github.com/ngircd/ngircd/blob/master/doc/ -- 2.39.2