主题:网站实现301跳转
301跳转实现:从xxx.com跳转到www.xxx.com,具体程序如下显示
RewriteEngine on
RewriteCond %{http_host} ^xxx.com [NC]
RewriteRule ^(.*)$ http://www.xxx.com/$1 [L,R=301]
红色主机
301跳转实现:从xxx.com跳转到www.xxx.com,具体程序如下显示
RewriteEngine on
RewriteCond %{http_host} ^xxx.com [NC]
RewriteRule ^(.*)$ http://www.xxx.com/$1 [L,R=301]
红色主机
沙发
您尚未登录,请登录后再回复。点此登录或注册