http://flexy.tkをhttps://flexy.tkに変更したいのですが、この.htaccessファイルで何を編集するのかわかりません。私は新しいので、plzヘルプを詳しく説明しています。リスクはありません。しかし、ダウングレードを与える前に、事前のおかげでhttpsリダイレクト.htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.flexy\.tk$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^/?$ "http\:\/\/flexy\.tk\/" [R=301,L]
が
https://duckduckgo.com/?q=apache2+automatically+redirect+to+https&atb=v52-2_a&ia=web – mkaatman
[http to https apache redirection]の可能な複製(http://stackoverflow.com/質問/ 16200501/http-to-https-apache-redirection) – mkaatman
私は既にネット上で検索し、追加するものは分かっていますが、このコードで編集するものはわかりません –