X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/3db687aa342d25f85dbdfa24f8d0bd9336705b08..a7aebabbe40cec3b44593eb2b3ab79e529fa9a7b:/ralf/.htaccess diff --git a/ralf/.htaccess b/ralf/.htaccess index ada397e..82a9324 100644 --- a/ralf/.htaccess +++ b/ralf/.htaccess @@ -1,2 +1,2 @@ -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"