【发布时间】:2012-12-20 00:20:22
【问题描述】:
我正在寻找具有这种形式的 URL 的 Apache 重定向:
RedirectPermanent /article-111-?%C2%A0-122.html http://www.exemple.com/article-111-122.html
【问题讨论】:
-
你应该改进你的问题,添加所有必要的线索来给你一个正确的答案。
我正在寻找具有这种形式的 URL 的 Apache 重定向:
RedirectPermanent /article-111-?%C2%A0-122.html http://www.exemple.com/article-111-122.html
【问题讨论】:
尝试添加这个脚本:
<script type="text/javascript">
if(top!= self) top.location.href = self.location.href
</script>
它会起作用的!
【讨论】: