我要重定向以下所有网址:
致.htaccess中的https://subdomain.example.co.uk/
我下面的.htaccess代码可在chrome中使用,但不能在任何其他PC浏览器(firefox,edge,IE)中使用
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://subdomain.example.co.uk/$1 [R=301,L]
任何想法我在做什么错。我已经尝试清除缓存等
在Firefox中,http://www.subdomain.example.co.uk/重定向到https://www.subdomain.example.co.uk/
我的ssl证书不支持www,因此我的要求