From: Ralf Jung Date: Thu, 16 Sep 2021 19:07:33 +0000 (-0400) Subject: fix ralfj.de redirects X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/247af410b983716bc44ab7bbf4865b4e570be4b1 fix ralfj.de redirects --- diff --git a/personal/.htaccess b/personal/.htaccess index 1293249..82a9324 100644 --- a/personal/.htaccess +++ b/personal/.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"