X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/5743560fdfe9ba2a1b3a8ad216679f92d1cc556e..b1fb7e6b7275d6c6341ecec5aa372f246e863f97:/personal/.htaccess?ds=sidebyside 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"