http://mywebsite.com/thor-3如果我使用javascript重定向上面的链接到你的网站网站/电影,网址将变成:
http://yourwebsite.org/movie?file=thor-3为什么?如何删除?文件=thor-3?
我的代码重定向:
<script>window.location.href = "http://yourwebsite.org/movie";</script>发布于 2014-12-25 07:41:08
可能是因为您在.org域中的htaccess文件中有重定向,它将您的/ file /thor-3链接重定向到/file=thor-3。
https://stackoverflow.com/questions/27645170
复制相似问题