前几天被nginx 的301 转向,从non-www 转向www 做了一份记录,作为备用
今天再加一份apache 的 301 转向的备用
RewriteEngine On
RewriteCond %{HTTP_HOST} ^iamhippo.com$ [NC]
RewriteRule ^(.*)$ http://www.iamhippo.com/$1 [L,R=301]
前几天被nginx 的301 转向,从non-www 转向www 做了一份记录,作为备用
今天再加一份apache 的 301 转向的备用
RewriteEngine On
RewriteCond %{HTTP_HOST} ^iamhippo.com$ [NC]
RewriteRule ^(.*)$ http://www.iamhippo.com/$1 [L,R=301]