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>
答案 0 :(得分:0)
也许是因为你在.org域名的htaccess文件中有重定向,你将/ movie / thor-3链接重定向到/ movie?file = thor-3