From c496c8a75aeb64aa563bef2bb7cb183430407343 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Mon, 7 Dec 2015 01:37:50 +0100 Subject: [PATCH] fix 2015-survey redirect --- htaccess-apache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htaccess-apache b/htaccess-apache index 4b785f9..229c091 100644 --- a/htaccess-apache +++ b/htaccess-apache @@ -30,7 +30,7 @@ RewriteRule ^(.*[^/])$ /$1.html [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [R=301,L] -Redirect 302 /2015-survey/ https://docs.google.com/forms/d/1j0LiFdZLjvfwoEyg5FML6z3sFKqV3Ar1mWReonYhatA/viewform +Redirect 302 /2015-survey https://docs.google.com/forms/d/1j0LiFdZLjvfwoEyg5FML6z3sFKqV3Ar1mWReonYhatA/viewform Redirect 302 /contact /authors Redirect 302 /contribute /community Redirect 302 /download /install -- GitLab