X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/40b13fd5da37b35f201c5f8db6c821a61f1657fe..refs/heads/test:/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"