避免目标网页重定向。修改htaccess文件不起作用?

时间:2018-08-15 12:23:10

标签: .htaccess redirect

该网站正在使用ssl。

Google pagespeed洞察状态如下:

避免着陆页重定向

您的页面有2个重定向。重定向会导致页面加载之前的其他延迟。

对于以下重定向的URL链,避免着陆页重定向。

http://example.org.uk/

http://www.example.org.uk/

https://www.example.org.uk/

我已经尝试了以下方法及其变体:

#redirect non-www to www
 RewriteEngine On
 RewriteCond %{HTTP_HOST} !^www\.
 RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]

0 个答案:

没有答案