From 5743560fdfe9ba2a1b3a8ad216679f92d1cc556e Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 31 Aug 2020 12:20:18 +0200 Subject: [PATCH] make redirect regex a bit more readable --- personal/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2