Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找具有这种形式的 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>
它会工作的!