From: Ralf Jung Date: Mon, 31 Aug 2020 10:20:18 +0000 (+0200) Subject: make redirect regex a bit more readable X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/5743560fdfe9ba2a1b3a8ad216679f92d1cc556e make redirect regex a bit more readable --- diff --git a/personal/.htaccess b/personal/.htaccess index 650c513..1293249 100644 --- a/personal/.htaccess +++ b/personal/.htaccess @@ -1,3 +1,3 @@ -RedirectMatch "^/cs(/(index.html)?)?$" "https://people.mpi-sws.org/~jung" +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