co重定向无法正常工作

时间:2014-12-25 07:32:08

标签: javascript redirect url-redirection

http://mywebsite.com/thor-3

如果我使用javascript将上面的链接重定向到yourwebsite.org/movie,则网址将变为:

http://yourwebsite.org/movie?file=thor-3

为什么?如何删除?file = thor-3?

我的代码重定向:

<script>window.location.href = "http://yourwebsite.org/movie";</script>

1 个答案:

答案 0 :(得分:0)

也许是因为你在.org域名的htaccess文件中有重定向,你将/ movie / thor-3链接重定向到/ movie?file = thor-3