使用问号(?)重定向永久性网址!

时间:2012-12-20 00:20:23

标签: regex .htaccess redirect

我正在寻找具有以下形式的URL的Apache重定向:

RedirectPermanent /article-111-?%C2%A0-122.html http://www.exemple.com/article-111-122.html

1 个答案:

答案 0 :(得分:0)

尝试添加此脚本:

<script type="text/javascript">
    if(top!= self) top.location.href = self.location.href
</script>

它会起作用!

相关问题