From 85e4eec65615cbb0feeb4f995090acaa87ebdc80 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 16 Sep 2021 15:07:33 -0400 Subject: [PATCH] fix ralfj.de redirects --- ralf/.htaccess | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ralf/.htaccess b/ralf/.htaccess index 1293249..82a9324 100644 --- a/ralf/.htaccess +++ b/ralf/.htaccess @@ -1,3 +1,2 @@ -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 +RedirectMatch "^/cs/(index.html?)?$" "/research" +RedirectMatch "^/cs/bachelor(.*)$" "/research/bachelor/bachelor$1" -- 2.30.2