URL重写正则表达式。(非www)到(www)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了URL重写正则表达式。(非www)到(www)相关的知识,希望对你有一定的参考价值。
Redirects all server inquires to the one url to reduce duplicate indexes. AKA. http://www.ex.com and http://ex.com
RewriteEngine On RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
以上是关于URL重写正则表达式。(非www)到(www)的主要内容,如果未能解决你的问题,请参考以下文章
友好的 URL htaccess 重写规则正则表达式 [关闭]
利用Kong 的 request-transformer 插件重写 URL