.htaccess

# index.html(php)無しのURLに統一
RewriteEngine On
RewriteCond %{THE_REQUEST} ^.*/index.(html|htm|php)
RewriteRule ^(.*)index.(html|htm|php)$ https://www.yoshiiclinic.jp/$1 [R=301,L]