From afa57db2f05aa0de2a0b37b27c0d60100f8580af 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 --- personal/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/personal/.htaccess b/personal/.htaccess index ada397e..650c513 100644 --- a/personal/.htaccess +++ b/personal/.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