From a64c7fdac5b49e895374bfb014b2abbe001e892b Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 31 Aug 2020 12:18:05 +0200 Subject: [PATCH] also redirect cs root --- ralf/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/ralf/.htaccess b/ralf/.htaccess index ada397e..650c513 100644 --- a/ralf/.htaccess +++ b/ralf/.htaccess @@ -1,2 +1,3 @@ +RedirectMatch "^/cs(/(index.html)?)?$" "https://people.mpi-sws.org/~jung" RedirectMatch "^/cs/bachelor(.*)$" "https://people.mpi-sws.org/~jung/bachelor/bachelor$1" Redirect /research https://people.mpi-sws.org/~jung -- 2.30.2