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页面重定向的主要内容,如果未能解决你的问题,请参考以下文章

使用 .htaccess 从旧页面重定向到新页面

Joomla使用.htaccess重定向查询字符串

使用 htaccess 重定向整个站点

.htaccess - 将旧网站重定向到主域,但也将一些内容重定向到主域的子域

htaccess 将旧域重定向到新域

htaccess 将所有页面重定向到单个页面