私は以下の指示に従いました。ローカル仮想ホスト上のWordpressマルチサイトではドメインベースのサイトが読み込まれません。
背景情報
- WAMPスタックを手動でインストールしました(XAMPPやWampServerは使用していません)
- スタックは正常に動作しています。
- すべてのインストールフォルダは\apache\htdocsの下に配置されました
- WordPress、Drupal 7などが正常にインストールされました
- \system32\drivers\etc\hostsに127.0.0.1 localhostを作成しました
- 127.0.0.1:443 localhost perfectinduction operations.perfectinduction を追加しました
- コメントを削除するように httpd.conf を設定しました。include conf/extra/httpd-vhosts.conf
- \apache\conf\extra\httpd-vhosts-conf に以下を追加しました:
DocumentRoot "C:/vhosts/perfectinduction" ServerName operations.perfectinduction ServerAlias *. perfectinduction SSLEngine on SSLCertificateFile C:/vhosts/perfectinduction/perfectinduction.crt SSLCertificateKeyFile C:/vhosts/perfectinduction/perfectinduction.key
- FQDNが次の新しいサイトを追加しましたhttps://operations.perfectinduction。
- ネットワーク管理者はサイトがセットアップされていることを示しました。
- 「サイトにアクセス」をクリックすると、タイムアウトのエラー メッセージが表示されます。
ローカル(自己署名証明書によるセキュリティ保護あり)の WordPress マルチサイトを動作させる方法がわかりません。
どのような助けでもありがたいです。よろしくお願いします。