From ec8e90bbafd2e77aef9f0a7cc6655402d985f38a 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 --- ralf/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ralf/.htaccess b/ralf/.htaccess index 650c513..1293249 100644 --- a/ralf/.htaccess +++ b/ralf/.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