ワードプレスサイトを1つ作りました。wwwなしでドメイン名を書くと、正しく開きますが、www. URLにサイトが表示されていません。
助けてください..よろしくお願いします。
質問を編集し、次の部分を追加しました。
以下は私のファイルです:あなたから提供されたコードをどこに置く必要がありますか?「Begin Wordpress」行の前で試しましたが、まだ機能しません。
.htaccess
"# -表紙-"
IndexIgnore .htaccess /.?? *~ *# /HEADER */README* */_vti*
注文拒否、許可
全部否定する
すべてから許可する
注文拒否、許可
全部否定する
認証名 example.com
AuthUserFile /home/example/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/example/public_html/_vti_pvt/service.grp
「#BEGIN WordPress」
RewriteEngine オン
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
「#ワードプレス終了」