Add convenience redirect from /hero to /p/hero

This commit is contained in:
2018-03-14 14:35:12 +01:00
parent 2d036ee657
commit d4f072480c

View File

@@ -48,5 +48,6 @@
RewriteRule "^/textures/?$" "/p/textures" [R=301,L]
RewriteRule "^/training/?$" "/courses" [R=301,L]
RewriteRule "^/spring/?$" "/p/spring" [R=301,L]
RewriteRule "^/hero/?$" "/p/hero" [R=301,L]
</VirtualHost>