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>
我想用.htaccess进行上述两次重定向。里面的那些&lt;&gt;是动态的。我已经尝试了很多将旧网址重定向到新网址,但它似乎没有用。我希望我能清楚自己的问题。
并且提前感谢您一直帮助我.htaccess重定向,这是我永远无法学习并让自己工作的。
答案 0 :(得分: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