X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/5dafbfbac9096a3a46e1a90d2e293c19901dd6ff..refs/heads/master:/personal/.htaccess diff --git a/personal/.htaccess b/personal/.htaccess index 650c513..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"