sfveinaesthetics.com/index.php が開いていることを確認してください。
内側のページはhttp://sfveinaesthetics.com/about-us/うまくいきます..
できるだけ早く解決策を入手してください.. Web構成は次のようなものです
<system.webServer>
<rewrite>
<rules>
<rule name="Main Rule" stopProcessing="true">
<match url=".*" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:0}" />
</rule>
</rules>
</rewrite>
</system.webServer>