HTACCESS-旧Joomla页面重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTACCESS-旧Joomla页面重定向相关的知识,希望对你有一定的参考价值。

Place directly below 'RewriteEngine On' to ensure that no other redirects interfere with it.
  1. RewriteCond %{REQUEST_URI} /index.php
  2. RewriteCond %{QUERY_STRING} option=com_content&view=article&id=46&Itemid=56
  3. RewriteRule ^(.*)$ http://www.domain.com/newpage.html? [L,R=301]

以上是关于HTACCESS-旧Joomla页面重定向的主要内容,如果未能解决你的问题,请参考以下文章