X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/3db687aa342d25f85dbdfa24f8d0bd9336705b08..e806a32d3aa3ce53166c46b8eab5d77a9655c251:/ralf/.htaccess?ds=sidebyside 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"