Add redirect for waking-the-forest project

Waking the Forest was originally part of the Art Gallery, but was
moved to its own dedicated workshop to increase visibility.
This commit is contained in:
Francesco Siddi 2018-03-19 11:17:45 +01:00
parent d4f072480c
commit 98698be7eb

View File

@ -49,5 +49,6 @@
RewriteRule "^/training/?$" "/courses" [R=301,L]
RewriteRule "^/spring/?$" "/p/spring" [R=301,L]
RewriteRule "^/hero/?$" "/p/hero" [R=301,L]
# Waking the forest was moved from the art gallery to its own workshop
RewriteRule "^/p/gallery/58cfec4f88ac8f1440aeb309/?$" "/p/waking-the-forest" [R=301,L]
</VirtualHost>