私が書いた現在は機能していないチュートリアルから、毎日2、3のヒットがあります。404に座らせるのではなく、他の誰かが助けてくれることを期待して、より最新のものへのリンクを含むページを作成しました。
htaccessを編集して再作成しようとしています
私のサイトはWPを利用しており、着信リンクは
/tutorials/?p=3
私はそれを行きたいです:
/wiki/sorry-this-tutorial-no-longer-exists
私が試してみました:
Redirect /tutorials/?p=3 http://domain.com/wiki/sorry-this-tutorial-no-longer-exists
私が得た最も近いものは
RedirectMatch 301 ^/tutorials/?(.*) http://domain.com/wiki/sorry-this-tutorial-no-longer-exists
しかし、それはもちろん、機能しない最後に... excists /?p=3を貼り付けます
血まみれの疑問符について何か助けはありますか?(疑問符を付けてhtaccess url rewriteを試しましたが、機能しませんか?)