From 5dafbfbac9096a3a46e1a90d2e293c19901dd6ff 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