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>
それが動作します!