2010-09-12 75 views
0

我想从example.com/video_player/vidinfo/456/game/halo-reach-coop-walkthrough-gameplay-in-hd/vtype/sd/我的所有网页重定向example.com/video_player/vidinfo/456/game/halo-reach-coop-walkthrough-gameplay-in-hd/301重定向使用htaccess的

使用301〜htaac​​cess重定向,任何帮助表示赞赏。谢谢

我想从url中删除vtype/sd/,因为我已经为此目的在Flash视频播放器中添加了一个按钮。

这是我目前使用我的htaccess

Options +FollowSymLinks 
RewriteEngine on 
RewriteRule ^video_player/(.*)/(.*)/(.*)/(.*)/(.*)/(.*)/$ /video_player.php?$1=$2&$3=$4&$5=$6 
RewriteRule ^video_player/(.*)/(.*)/(.*)/(.*)/$ /video_player.php?$1=$2&$3=$4 
+0

为什么你写的'example.com'? http://www.google.com/search?q=video_player%2Fvidinfo%2F456%2Fgame%2Fhalo-reach-coop-walkthrough-gameplay-in-hd%2Fvtype%2Fsd – Boldewyn 2010-09-12 12:03:42

回答

0
RedirectMatch Permanent (.*)/vtype/sd/ $1/