请教大神,网站http 如何全站转向到https的网页?
请教大神,网站http 如何全站转向到https的网页? 现在的情况是,google只收录了http的页面,https的页面显示重复,不予收录 Pages that aren’t indexed can’t be served on Google 数据库批量替换,再301重定向 宝塔,网站,SLL里强制HTTPS RewriteEngine onRewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)?$ https://%{SERVER_NAME}/$1 宝塔面板,强制重定向
页:
[1]