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
RewriteCond %{QUERY_STRING} ^querystring$ //EXAMPLE RewriteCond %{QUERY_STRING} ^url=page1$ RewriteRule ^content.php$ http://www.domain.com/index.html? [R=301,L]
以上是关于301查询字符串重定向的主要内容,如果未能解决你的问题,请参考以下文章