From 2d42ec56ec1a3ae773c7e3a99dcd6b8343a55f52 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Wed, 27 May 2015 12:39:58 +0200 Subject: [PATCH] add redirect to survey --- content/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/.htaccess b/content/.htaccess index e129609..bc29f98 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -29,3 +29,5 @@ RewriteRule ^(.*[^/])$ /$1.html [L] # Remove trailing slash if the requested directory does not exist. RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [R=301,L] + +Redirect 302 /2015-survey/ https://docs.google.com/forms/d/1j0LiFdZLjvfwoEyg5FML6z3sFKqV3Ar1mWReonYhatA/viewform -- GitLab