Last active
November 7, 2018 13:06
https://pandanote.info/?page_id=1874 へのアクセスを https://pandanote.info/catchphrase へ301リダイレクトするための設定。
This file contains 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
# Redirection for "catchphrase". | |
RewriteCond %{QUERY_STRING} ^((?:[^&]*&)*)page_id=1874&?(.*)$ | |
RewriteRule ^.*$ /catchphrase?%1%2 [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment