ホームページのみを強制的に非 SSL にする htaccess を作成する必要があります。
https://www. 123.com またはhttps://123.comリダイレクト/強制的に http://www. 123.com またはhttp://123.com。
この変更はホームページでのみ行います。
ホームページのみを強制的に非 SSL にする htaccess を作成する必要があります。
https://www. 123.com またはhttps://123.comリダイレクト/強制的に http://www. 123.com またはhttp://123.com。
この変更はホームページでのみ行います。
テストするhttpsボックスはありませんが、これらのルールはあなたが望むことを実行するはずだと思います。
<IfModule mod_rewrite.c>
RewriteEngine On
# Only rewrite if using HTTPS and that we're on the index page, then redirect to http
RewriteCond %{HTTPS} on
RewriteCond %{REQUEST_URI} ^/index.[a-z]+$ [NC]
RewriteRule .+ http://%{SERVER_NAME}%{REQUEST_URI} [R,QSA]
</IfModule>
RewriteCond %{SERVER_PORT} 443 RewriteRule ^$ http://eosworldwide.com/ [L,R=301]