静的な現行サイト(HTML)を公開したまま、新規にワードプレスサイトの作成代行作業が横浜WordPressスクールにて始まりました。
example.com
をブラウザーで開くと example.com/index.html の内容が表示されます。
example.com/index.php
をブラウザーで開くと example.com/index.php が開くと期待していたのですが、
example.com/index.htmlが表示されてしまいます。
解決策をいろいろとネット検索で調べてみました。
https://wordpress.org/support/topic/how-can-i-turn-off-wordpress-indexphp-redirect-to-domain-root
こちらの記事が1番エレガントな印象です。
インストールパッケージは用意されていないのですが、記事の内容からプラグインを作成して、
example.com/index.html
example.com/index.php
の共存が可能になりました。