X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/6b1adc78d823bd17fb2d4bd0784bf269a18654a1..ffa3b27d4d3b8802b1ea3bc5eda55cb12407b9f3:/personal/.htaccess diff --git a/personal/.htaccess b/personal/.htaccess index ada397e..82a9324 100644 --- a/personal/.htaccess +++ b/personal/.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"