Skip to content
Snippets Groups Projects
Commit 2d42ec56 authored by Christoph Groth's avatar Christoph Groth
Browse files

add redirect to survey

parent 042b4ebd
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment