Skip to content

Instantly share code, notes, and snippets.

@pandanote-info
Last active November 7, 2018 13:06
https://pandanote.info/?page_id=1874 へのアクセスを https://pandanote.info/catchphrase へ301リダイレクトするための設定。
# 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