# WPプラグイン:redirection
# カテゴリー「news」以下の記事を全てリダイレクト
# パーマリンク設定が「/%category%/%post_id%/」の場合
ソースURL:/news/([0-9].*)?$
一致条件:URLのみ、URLへ転送、正規表現あり
ターゲットURL:http://XXXX.com/
# WPプラグイン:redirection
# 「/news/([#\?].*)?$」は、「/news/」の後に「#」もしくは「?」から始まる文字列が0回か1回の場合、という意味になります。
# これで「/news/#header」とか「/news/?d=hoge」の場合でもリダイレクトされるようになります。
ソースURL:/news/([#\?].*)?$
一致条件:URLのみ、URLへ転送、正規表現あり
ターゲットURL:http://XXXX.com/
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.