From 3db687aa342d25f85dbdfa24f8d0bd9336705b08 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 31 Aug 2020 12:09:45 +0200 Subject: [PATCH] track redirects in git --- ralf/.htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ralf/.htaccess diff --git a/ralf/.htaccess b/ralf/.htaccess new file mode 100644 index 0000000..ada397e --- /dev/null +++ b/ralf/.htaccess @@ -0,0 +1,2 @@ +RedirectMatch "^/cs/bachelor(.*)$" "https://people.mpi-sws.org/~jung/bachelor/bachelor$1" +Redirect /research https://people.mpi-sws.org/~jung -- 2.30.2