Created
March 5, 2018 17:02
-
-
Save salami-art/a734dd033884c65cf1c8c345d9c5bf73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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