/index.html を /site フォルダーにリダイレクトする 301 リダイレクトがあり、サブドメインを作成すると、/site へのリンクもリダイレクトされ、404 Not Found が発生します。
例: members.mysite.com は members.mysite/site にリダイレクトされ、これにより 404 エラーが発生します。リダイレクトを変更せずに、特定の forlder または何かに対して execption を追加できます。
.htaccess コンテンツ
AddType text/x-server-parsed-html .htm .html
RedirectMatch 301 ^/index.html(.*)$ /site$1