http の代わりに https を使用するように URL を強制的に書き換えるために、次の httaccess コンテンツを使用しています。
RewriteEngine on
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mydomain.com/$1 [L]
しかし、それは常に取得しています, ページが正しくリダイレクトされていません
Firefox has detected that the server is redirecting the request for this address
in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept
cookies.
私は他の多くのソリューションを使用してきましたが、常にこれを取得しています...