Skip to content

Instantly share code, notes, and snippets.

@salami-art
Created March 5, 2018 17:02
Show Gist options
  • Save salami-art/a734dd033884c65cf1c8c345d9c5bf73 to your computer and use it in GitHub Desktop.
Save salami-art/a734dd033884c65cf1c8c345d9c5bf73 to your computer and use it in GitHub Desktop.
get 'posts/:main-taxonomy/old-taxonomy', to: redirect('posts/%{main-taxonomy}/new-taxonomy', :status => 301)
get 'posts/:main-taxonomy/previous-other-taxonomy', to: redirect('posts/%{main-taxonomy}/new-taxonomy', :status => 301)
get 'posts/:main-taxonomy/old-taxonomy/:province', to: redirect('posts/%{main-taxonomy}/new-taxonomy/%{province}', :status => 301)
get 'posts/:main-taxonomy/previous-other-taxonomy/:province', to: redirect('posts/%{main-taxonomy}/new-taxonomy/%{province}', :status => 301)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment