0
http://www.mysite.com/play-<File-Name>-<fileid>.html to http://www.mysite.com/<file-name>.html

http://www.mysite.com/play-<File-Name-Here>-page-<pagenumber>.html to http://www.mysite.com/<file-name>/<pagenumber>

上記の 2 つのリダイレクトを .htaccess で行いたいと考えています。<> 内のものは動的なものです。古い URL を新しい URL にリダイレクトするために多くのことを試みましたが、うまくいかないようです。私の質問が明確であることを願っています。

そして、私が学習して自分で動作させることができない .htaccess リダイレクトについて、いつも助けてくれてありがとう。

4

1 に答える 1

0
Redirect /play-<File-Name>-<fileid>.html http://www.mysite.com/<file-name.html
Redirect /play-<File-Name-Here>-page-<pagenumber>.html http://www.mysite.com/<file-name>.html

詳細については、http: //httpd.apache.org/docs/current/howto/htaccess.htmlを参照してください。

于 2013-06-07T02:26:58.557 に答える