301查询字符串重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了301查询字符串重定向相关的知识,希望对你有一定的参考价值。

Key for code below:

querystring = just the query string. (e.g. url=page)
index = the page that the query string is appended to (e.g. index.php)
domain.com = the domain and page you want to rewrite to
  1. RewriteCond %{QUERY_STRING} ^querystring$
  2. RewriteRule ^index.php$ http://www.domain.com/page.html? [R=301,L]
  3.  
  4. //EXAMPLE
  5.  
  6.  
  7. RewriteCond %{QUERY_STRING} ^url=page1$
  8. RewriteRule ^content.php$ http://www.domain.com/index.html? [R=301,L]

以上是关于301查询字符串重定向的主要内容,如果未能解决你的问题,请参考以下文章

从 301 重定向中删除查询字符串

浏览器如何使用查询字符串缓存 301 重定向

301 重定向没有子目录/查询字符串

htaccess 301 重定向 - 删除查询字符串 (QSA)

301查询字符串重定向

htaccess 301 重定向某些 URL 模式